RISC-V: Remove unused CONFIG_HVC_RISCV_SBI code
authorPalmer Dabbelt <palmer@sifive.com>
Fri, 8 Dec 2017 19:23:23 +0000 (11:23 -0800)
committerPalmer Dabbelt <palmer@dabbelt.com>
Mon, 11 Dec 2017 15:51:09 +0000 (07:51 -0800)
commit27b0174525325bf18919597016483a709f3372f8
treedc5c8acb79489fe9d1579176caf5668307d99bf1
parent3cfa5008081db845c6c53d531ec34e9c84a9fd99
RISC-V: Remove unused CONFIG_HVC_RISCV_SBI code

This is code that probably should never have made it into the kernel in
the first place: it depends on a driver that hadn't been reviewed yet.
During the HVC_SBI_RISCV review process a better way of doing this was
suggested, but that means this code is defunct.  It's compile-time
disabled in 4.15 because the driver isn't in, so I think it's safe to
just remove this for now.

CC: Greg KH <gregkh@linuxfoundation.org>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/setup.c