dect
/
linux-2.6
Archived
13
0
Fork 0

cassini: Removing dead CASSINI_NAPI

CASSINI_NAPI doesn't exist in Kconfig, therefore removing all
references for it from the source code.

Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Christoph Egger 2010-07-14 13:36:18 -07:00 committed by David S. Miller
parent ff08546b12
commit 7e4ee4d947
1 changed files with 0 additions and 5 deletions

View File

@ -107,12 +107,7 @@
#define cas_page_unmap(x) kunmap_atomic((x), KM_SKB_DATA_SOFTIRQ)
#define CAS_NCPUS num_online_cpus()
#ifdef CONFIG_CASSINI_NAPI
#define USE_NAPI
#define cas_skb_release(x) netif_receive_skb(x)
#else
#define cas_skb_release(x) netif_rx(x)
#endif
/* select which firmware to use */
#define USE_HP_WORKAROUND