powerpc/sparse: Pass endianness to sparse
authorDaniel Axtens <dja@axtens.net>
Tue, 12 Jul 2016 00:54:51 +0000 (10:54 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 14 Jul 2016 10:44:03 +0000 (20:44 +1000)
commit62c2c5cf387beb4bbf45045c3041dc9cfb40e5df
tree1b0894875f1403c9a9b06cccc2d3a9223cfbe9d1
parentf8750513b7001d5ae96313d4e19f782b56f1beb7
powerpc/sparse: Pass endianness to sparse

Explicitly give sparse an endianness in the Makefile, so that it
doesn't get confused.

Normally we have #ifdef one and #else the other, so it doesn't usually
matter, but we have been bitten by it before, and indeed this patch
fixes a number of sparse errors.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Makefile