commit | 10b9194f959608368ed89df1937f17cfe6bd6d84 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Thu Mar 29 19:32:08 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 01 23:22:11 2012 -0400 |
tree | 867eec7da75983ee378204b8bdbeefc26301c336 | |
parent | 6bafd6436e99d08e8def37ae9f790e1aff871bae [diff] |
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 <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>