Revision 1705f7c534163594f8b05e060cb49fbea86ca70b authored by Arnd Bergmann on 22 March 2018, 23:17:17 UTC, committed by Linus Torvalds on 23 March 2018, 00:07:01 UTC
A bugfix I did earlier caused a build regression on h8300, which defines
the __BIG_ENDIAN macro in a slightly different way than the generic
code:

  arch/h8300/include/asm/byteorder.h:5:0: warning: "__BIG_ENDIAN" redefined

We don't need to define it here, as the same macro is already provided
by the linux/byteorder/big_endian.h, and that version does not conflict.

While this is a v4.16 regression, my earlier patch also got backported
to the 4.14 and 4.15 stable kernels, so we need the fixup there as well.

Link: http://lkml.kernel.org/r/20180313120752.2645129-1-arnd@arndb.de
Fixes: 101110f6271c ("Kbuild: always define endianess in kconfig.h")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 63489f8
History
File Mode Size
Kconfig -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 309 bytes
core.c -rw-r--r-- 27.2 KB
pblk-cache.c -rw-r--r-- 3.4 KB
pblk-core.c -rw-r--r-- 45.5 KB
pblk-gc.c -rw-r--r-- 15.3 KB
pblk-init.c -rw-r--r-- 27.5 KB
pblk-map.c -rw-r--r-- 5.0 KB
pblk-rb.c -rw-r--r-- 21.4 KB
pblk-read.c -rw-r--r-- 15.0 KB
pblk-recovery.c -rw-r--r-- 24.9 KB
pblk-rl.c -rw-r--r-- 5.7 KB
pblk-sysfs.c -rw-r--r-- 13.4 KB
pblk-write.c -rw-r--r-- 14.8 KB
pblk.h -rw-r--r-- 35.9 KB

back to top