]> git.baikalelectronics.ru Git - kernel.git/commit
dnet: replace obsolete *netif_rx_* functions with *napi_*
authorIlya Yanok <yanok@emcraft.com>
Fri, 13 Mar 2009 16:51:46 +0000 (09:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Mar 2009 16:51:46 +0000 (09:51 -0700)
commit56a78312ccaa2f1cc3a2b9cfe489ef98d8c8e34b
tree7e180764b105d1950a938eafadcbd411323fb551
parentec5903970a3e16f0664da3d2682de8ecb865d3bc
dnet: replace obsolete *netif_rx_* functions with *napi_*

*netif_rx_* functions is obsolete and removed in newer kernels so
we need to use corresponding *napi_* functions instead.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dnet.c