From: Sergei Shtylyov Date: Fri, 14 Feb 2014 00:05:42 +0000 (+0300) Subject: sh_eth: use ETH_ZLEN instead of home-grown #define X-Git-Tag: v3.15-rc1~113^2~364 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730c8c69bc8d4640336885e20e719b0842d0fcb2;p=pandora-kernel.git sh_eth: use ETH_ZLEN instead of home-grown #define The driver #define's and uses ETHERSMALL macro for the minimum Ethernet frame size for which we have a standard macro ETH_ZLEN. Use the latter instead of the home-grown one. Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed