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
aoe
drbd
mtip32xx
paride
rsxx
xen-blkback
zram
DAC960.c -rw-r--r-- 260.1 KB
DAC960.h -rw-r--r-- 148.2 KB
Kconfig -rw-r--r-- 16.7 KB
Makefile -rw-r--r-- 1.3 KB
amiflop.c -rw-r--r-- 46.8 KB
ataflop.c -rw-r--r-- 52.2 KB
brd.c -rw-r--r-- 12.5 KB
cryptoloop.c -rw-r--r-- 4.9 KB
floppy.c -rw-r--r-- 126.4 KB
loop.c -rw-r--r-- 51.7 KB
loop.h -rw-r--r-- 2.3 KB
nbd.c -rw-r--r-- 53.1 KB
null_blk.c -rw-r--r-- 44.7 KB
pktcdvd.c -rw-r--r-- 72.7 KB
ps3disk.c -rw-r--r-- 14.0 KB
ps3vram.c -rw-r--r-- 22.3 KB
rbd.c -rw-r--r-- 165.4 KB
rbd_types.h -rw-r--r-- 2.2 KB
skd_main.c -rw-r--r-- 93.3 KB
skd_s1120.h -rw-r--r-- 9.4 KB
sunvdc.c -rw-r--r-- 27.4 KB
swim.c -rw-r--r-- 20.4 KB
swim3.c -rw-r--r-- 31.9 KB
swim_asm.S -rw-r--r-- 4.6 KB
sx8.c -rw-r--r-- 39.8 KB
umem.c -rw-r--r-- 29.9 KB
umem.h -rw-r--r-- 3.6 KB
virtio_blk.c -rw-r--r-- 24.2 KB
xen-blkfront.c -rw-r--r-- 71.5 KB
xsysace.c -rw-r--r-- 32.7 KB
z2ram.c -rw-r--r-- 9.2 KB

back to top