net: Remove redundant NAPI functions
authorBen Hutchings <bhutchings@solarflare.com>
Tue, 20 Jan 2009 00:43:59 +0000 (16:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Jan 2009 22:33:50 +0000 (14:33 -0800)
Following the removal of the unused struct net_device * parameter from
the NAPI functions named *netif_rx_* in commit 908a7a1, they are
exactly equivalent to the corresponding *napi_* functions and are
therefore redundant.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found