aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2016-01-25 11:40:50 +0100
committerDavid S. Miller <davem@davemloft.net>2016-01-25 10:51:53 -0800
commit05f3b50ea81d7af5479b55147ef98f8bbcd4a8b9 (patch)
tree026726da4cd2980a96ad8352d3da478233abbf56 /net/ipv6/sit.c
parentdefxx: fix build warning (diff)
downloadlinux-dev-05f3b50ea81d7af5479b55147ef98f8bbcd4a8b9.tar.xz
linux-dev-05f3b50ea81d7af5479b55147ef98f8bbcd4a8b9.zip
net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28
As Arnd Bergmann points out, using CONFIG_ARCH_MXC and/or SOC_IMX28 is wrong if some other ARM platform uses this device - the operation of the driver would depend on an unrelated ARM platform that might or might not be set for multi-platform kernels. Prior to my previous patch, any other platforms using it would have been broken already due to having the cbd_datlen/cbd_sc fields in the wrong order, but byte ordering correctly, so no such platforms can exist and work today. In any case, it seems likely that only Freescale SoCs use this part, and those are little-endian on ARM, so CONFIG_ARM is safe for them. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/sit.c')
0 files changed, 0 insertions, 0 deletions