From: Neil Horman Date: Tue, 23 Dec 2008 04:43:12 +0000 (-0800) Subject: net: Remove unused netdev arg from some NAPI interfaces. X-Git-Tag: v2.6.29-rc1~581^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=908a7a16b852ffd618a9127be8d62432182d81b4;p=pandora-kernel.git net: Remove unused netdev arg from some NAPI interfaces. When the napi api was changed to separate its 1:1 binding to the net_device struct, the netif_rx_[prep|schedule|complete] api failed to remove the now vestigual net_device structure parameter. This patch cleans up that api by properly removing it.. Signed-off-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed