spi/bcm63xx: fix standard accessors and compile guard
authorJonas Gorski <jogo@openwrt.org>
Mon, 12 Oct 2015 10:24:21 +0000 (12:24 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 12 Oct 2015 16:24:32 +0000 (17:24 +0100)
commit682b5280bf00c0618606ecb26cf4a9342d5e282e
treed6ead94da96677292a7e535efc6f450aea5e02a2
parent158fcc4e050a75b609bbef1007cf7bf2a01ca043
spi/bcm63xx: fix standard accessors and compile guard

Use the correct guard CONFIG_CPU_BIG_ENDIAN and the *be accessors to
follow native endianness on big endian systems.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm63xx.c