]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 0b94833e23f7a48b76d16e3f5419d24d7f0556a7..e8cfadefa4b6751dbb74bd663a0f101e76a98d54 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);