From: Yoshihiro Shimoda Date: Thu, 29 Mar 2012 19:32:08 +0000 (+0000) Subject: net: sh_eth: fix endian check for architecture independent X-Git-Tag: v3.4-rc2~37^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10b9194f959608368ed89df1937f17cfe6bd6d84;p=pandora-kernel.git net: sh_eth: fix endian check for architecture independent SuperH has the "CONFIG_CPU_LITTLE_ENDIAN" and the "__LITTLE_ENDIAN__". But, other architecture doesn't have them. So, this patch fixes it. Signed-off-by: Yoshihiro Shimoda Signed-off-by: David S. Miller --- Reading git-diff-tree failed