From: Matt Mackall Date: Fri, 12 Aug 2005 02:28:05 +0000 (-0700) Subject: [NETPOLL]: remove unused variable X-Git-Tag: v2.6.13-rc7~98^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d7b9dfc8ea43936e6e8eec3040dcf4f110563868;p=linux-2.6-omap-h63xx.git [NETPOLL]: remove unused variable Remove unused variable Signed-off-by: Matt Mackall Signed-off-by: David S. Miller --- diff --git a/net/core/netpoll.c b/net/core/netpoll.c index 996787bca17..a1a9a7abff5 100644 --- a/net/core/netpoll.c +++ b/net/core/netpoll.c @@ -357,7 +357,6 @@ static void arp_reply(struct sk_buff *skb) unsigned char *arp_ptr; int size, type = ARPOP_REPLY, ptype = ETH_P_ARP; u32 sip, tip; - unsigned long flags; struct sk_buff *send_skb; struct netpoll *np = NULL;