Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754834Ab0DTOb6 (ORCPT ); Tue, 20 Apr 2010 10:31:58 -0400 Received: from cantor.suse.de ([195.135.220.2]:49771 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754809Ab0DTOb5 (ORCPT ); Tue, 20 Apr 2010 10:31:57 -0400 Date: Tue, 20 Apr 2010 16:31:53 +0200 (CEST) From: Jiri Kosina To: Jan Kiszka Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, Jeff Dike Subject: Re: [PATCH 1/5] uml: Remove unused variable from line driver In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 30 On Mon, 19 Apr 2010, Jan Kiszka wrote: > Signed-off-by: Jan Kiszka > --- > 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); Applied, thanks. -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/