aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndre Haupt <andre@bitwigglers.org>2008-06-27 17:22:08 -0700
committerDavid S. Miller <davem@davemloft.net>2008-06-27 17:22:08 -0700
commit479798211967cd828e09ce27775b8cbfe99462ab (patch)
tree8a940cc8229a6d2703c8a2efe140feef114fa7ea /drivers
parentmac80211: fix an oops in several failure paths in key allocation (diff)
downloadlinux-dev-479798211967cd828e09ce27775b8cbfe99462ab.tar.xz
linux-dev-479798211967cd828e09ce27775b8cbfe99462ab.zip
hamradio: remove unused variable
Signed-off-by: Andre Haupt <andre@bitwigglers.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/hamradio/dmascc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/hamradio/dmascc.c b/drivers/net/hamradio/dmascc.c
index 0b94833e23f7..e8cfadefa4b6 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);