Skip to content

Commit

Permalink
cassini: Removing dead CASSINI_NAPI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Egger authored and David S. Miller committed Jul 14, 2010
1 parent ff08546 commit 7e4ee4d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/net/cassini.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e4ee4d

Please sign in to comment.