diff options
author | Matt Mackall <mpm@selenic.com> | 2005-08-11 22:28:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-08-11 22:28:05 -0400 |
commit | d7b9dfc8ea43936e6e8eec3040dcf4f110563868 (patch) | |
tree | fb2bf6e88cab914fb1f11d4143bb72dd953d35a8 /net | |
parent | 53fb95d3c14290fd6ee808b221e35493f096246f (diff) |
[NETPOLL]: remove unused variable
Remove unused variable
Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/netpoll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/netpoll.c b/net/core/netpoll.c index 996787bca17f..a1a9a7abff50 100644 --- a/net/core/netpoll.c +++ b/net/core/netpoll.c | |||
@@ -357,7 +357,6 @@ static void arp_reply(struct sk_buff *skb) | |||
357 | unsigned char *arp_ptr; | 357 | unsigned char *arp_ptr; |
358 | int size, type = ARPOP_REPLY, ptype = ETH_P_ARP; | 358 | int size, type = ARPOP_REPLY, ptype = ETH_P_ARP; |
359 | u32 sip, tip; | 359 | u32 sip, tip; |
360 | unsigned long flags; | ||
361 | struct sk_buff *send_skb; | 360 | struct sk_buff *send_skb; |
362 | struct netpoll *np = NULL; | 361 | struct netpoll *np = NULL; |
363 | 362 | ||