Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752376Ab0DSVxY (ORCPT ); Mon, 19 Apr 2010 17:53:24 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:55067 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751920Ab0DSVxW (ORCPT ); Mon, 19 Apr 2010 17:53:22 -0400 From: Jan Kiszka To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, Jeff Dike Subject: [PATCH 1/5] uml: Remove unused variable from line driver Date: Mon, 19 Apr 2010 23:53:04 +0200 Message-Id: X-Mailer: git-send-email 1.6.0.2 In-Reply-To: References: In-Reply-To: References: X-Provags-ID: V01U2FsdGVkX18WdcA4XPT0gUrR3L/XTUw8oaW8vv1sHN8M11Ay x2FT7bHY8iNzBYKDtCXHvAR+0qIXCK9MMysflaEDP00tjvw1Bx RD2djUvwA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 785 Lines: 25 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); -- 1.6.0.2 -- 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/