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-- 2.4 KB
Makefile -rw-r--r-- 378 bytes
virtio.c -rw-r--r-- 11.0 KB
virtio_balloon.c -rw-r--r-- 19.5 KB
virtio_input.c -rw-r--r-- 10.1 KB
virtio_mmio.c -rw-r--r-- 18.9 KB
virtio_pci_common.c -rw-r--r-- 15.3 KB
virtio_pci_common.h -rw-r--r-- 4.7 KB
virtio_pci_legacy.c -rw-r--r-- 7.6 KB
virtio_pci_modern.c -rw-r--r-- 20.6 KB
virtio_ring.c -rw-r--r-- 34.4 KB

back to top