lkml.org 
[lkml]   [2010]   [Apr]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromJan Kiszka <>
Subject[PATCH 1/5] uml: Remove unused variable from line driver
DateMon, 19 Apr 2010 23:53:04 +0200
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
---
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 7a656bd..7f7338c 100644
--- a/arch/um/drivers/line.c
+++ b/arch/um/drivers/line.c
@@ -19,7 +19,6 @@ static irqreturn_t line_interrupt(int irq, void *data)
{
struct chan *chan = data;
struct line *line = chan->line;
- struct tty_struct *tty;

if (line)
chan_interrupt(&line->chan_list, &line->task, line->tty, irq);
--
1.6.0.2


\
 
 \ /
  Last update: 2010-04-19 23:57    [from the cache]
©2003-2010