From: Claudiu Manoil Date: Mon, 13 Jul 2015 13:22:05 +0000 (+0300) Subject: gianfar: Use ndev, more Rx path cleanup X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~362^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f23223f15fd7d359a08ea346a0a537ccaf417014;p=pandora-kernel.git gianfar: Use ndev, more Rx path cleanup Use "ndev" instead of "dev", as the rx queue back pointer to a net_device struct, to avoid name clashing with a "struct device" reference. This prepares the addition of a "struct device" back pointer to the rx queue structure. Remove duplicated rxq registration in the process. Move napi_gro_receive() outside gfar_process_frame(). Signed-off-by: Claudiu Manoil Signed-off-by: David S. Miller --- Reading git-diff-tree failed