From: Sergei Shtylyov Date: Mon, 2 Sep 2013 23:03:10 +0000 (+0400) Subject: sh_eth: NAPI requires netif_receive_skb() X-Git-Tag: v3.12-rc1~132^2~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e9fd0f7462f5cada5189513d12fe6c9cce2105;p=pandora-kernel.git sh_eth: NAPI requires netif_receive_skb() Driver supporting NAPI should use NAPI-specific function for receiving packets, so netif_rx() should be changed to netif_receive_skb(). Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed