mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
tty: remove unused variable sprop
sprop is unused in find_console_handle() since commit a752ee56ad
("tty: Update hypervisor tty drivers to use core stdout parsing code.")
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3239fd31d4
commit
79ce9d52ae
@ -112,7 +112,6 @@ static void disable_tx_interrupt(struct ehv_bc_data *bc)
|
||||
static int find_console_handle(void)
|
||||
{
|
||||
struct device_node *np = of_stdout;
|
||||
const char *sprop = NULL;
|
||||
const uint32_t *iprop;
|
||||
|
||||
/* We don't care what the aliased node is actually called. We only
|
||||
|
Loading…
Reference in New Issue
Block a user