[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1213623634-8120-3-git-send-email-andre@bitwigglers.org>
Date: Mon, 16 Jun 2008 15:40:34 +0200
From: Andre Haupt <andre@...wigglers.org>
To: linux-kernel@...r.kernel.org
Cc: trivial@...nel.org, Andre Haupt <andre@...wigglers.org>
Subject: [PATCH] hamradio: remove unused variable
Signed-off-by: Andre Haupt <andre@...wigglers.org>
---
drivers/net/hamradio/dmascc.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/hamradio/dmascc.c b/drivers/net/hamradio/dmascc.c
index 0b94833..e8cfade 100644
--- a/drivers/net/hamradio/dmascc.c
+++ b/drivers/net/hamradio/dmascc.c
@@ -1077,8 +1077,6 @@ static inline void rx_off(struct scc_priv *priv)
static void start_timer(struct scc_priv *priv, int t, int r15)
{
- unsigned long flags;
-
outb(priv->tmr_mode, priv->tmr_ctrl);
if (t == 0) {
tm_isr(priv);
--
1.5.5.GIT
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists