]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit9fae6c3f648e38f023b99b5f5a5280907b2e796e
tree7e180764b105d1950a938eafadcbd411323fb551
parent6b7c5b947c671a96e39f9526a5fd70c178b8dfd1
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