Ver código fonte

hamradio: remove unused variable

Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Andre Haupt 17 anos atrás
pai
commit
4797982119
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      drivers/net/hamradio/dmascc.c

+ 0 - 2
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);