diff options
-rw-r--r-- | arch/um/drivers/line.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/line.c b/arch/um/drivers/line.c index 64cda95f59ca..74874ed08373 100644 --- a/arch/um/drivers/line.c +++ b/arch/um/drivers/line.c | |||
@@ -18,7 +18,6 @@ static irqreturn_t line_interrupt(int irq, void *data) | |||
18 | { | 18 | { |
19 | struct chan *chan = data; | 19 | struct chan *chan = data; |
20 | struct line *line = chan->line; | 20 | struct line *line = chan->line; |
21 | struct tty_struct *tty; | ||
22 | 21 | ||
23 | if (line) | 22 | if (line) |
24 | chan_interrupt(&line->chan_list, &line->task, line->tty, irq); | 23 | chan_interrupt(&line->chan_list, &line->task, line->tty, irq); |