r8169: remove unused variable
authorFlorian Westphal <fw@strlen.de>
Thu, 18 Jun 2009 03:49:49 +0000 (03:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2009 08:12:52 +0000 (01:12 -0700)
all references got removed by 865c652d6be9929927cabdc54b137b7541eb6612
(r8169: remove non-napi code).

Signed-off-by: Florian Westphal <fwestphal@astaro.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/r8169.c

index 4e22462..4b53b58 100644 (file)
@@ -51,9 +51,6 @@
 #define TX_BUFFS_AVAIL(tp) \
        (tp->dirty_tx + NUM_TX_DESC - tp->cur_tx - 1)
 
-/* Maximum events (Rx packets, etc.) to handle at each interrupt. */
-static const int max_interrupt_work = 20;
-
 /* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
    The RTL chips use a 64 element hash table based on the Ethernet CRC. */
 static const int multicast_filter_limit = 32;