hamradio: remove unused variable
authorAndre Haupt <andre@bitwigglers.org>
Sat, 28 Jun 2008 00:22:08 +0000 (17:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Jun 2008 00:22:08 +0000 (17:22 -0700)
Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hamradio/dmascc.c

index 0b94833..e8cfade 100644 (file)
@@ -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);