summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>2008-12-29 18:18:24 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-29 18:18:24 -0800
commit2d0658d4ef92e4958172c832bd88c961840e599e (patch)
tree4332f7a61a4f0ce05e461bc3e003ac0388d90087 /net
parent59c5ea6ebdfa11626635f371b8d99ada2fcaf390 (diff)
downloadop-kernel-dev-2d0658d4ef92e4958172c832bd88c961840e599e.zip
op-kernel-dev-2d0658d4ef92e4958172c832bd88c961840e599e.tar.gz
net: Fix more NAPI interface netdev argument drop fallout.
I hit similar build failure due to the change in the netif_rx_reschedule() drivers/net/ehea/ehea_main.c: In function 'ehea_poll': drivers/net/ehea/ehea_main.c:844: warning: passing argument 1 of 'netif_rx_reschedule' from incompatible pointer type drivers/net/ehea/ehea_main.c:844: error: too many arguments to function 'netif_rx_reschedule' make[3]: *** [drivers/net/ehea/ehea_main.o] Error 1 greping through the sources for the changes missed out, we have ./drivers/net/arm/ixp4xx_eth.c:507: netif_rx_reschedule(dev, napi)) { ./drivers/net/arm/ep93xx_eth.c:310: if (more && netif_rx_reschedule(dev, napi)) ./drivers/net/wan/ixp4xx_hss.c:657: netif_rx_reschedule(dev, napi)) { Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud