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
broadcom
int340x_thermal
qcom
samsung
st
tegra
ti-soc-thermal
Kconfig -rw-r--r-- 16.1 KB
Makefile -rw-r--r-- 2.5 KB
armada_thermal.c -rw-r--r-- 11.1 KB
clock_cooling.c -rw-r--r-- 13.4 KB
cpu_cooling.c -rw-r--r-- 24.1 KB
da9062-thermal.c -rw-r--r-- 8.3 KB
db8500_thermal.c -rw-r--r-- 13.9 KB
devfreq_cooling.c -rw-r--r-- 15.7 KB
dove_thermal.c -rw-r--r-- 5.0 KB
fair_share.c -rw-r--r-- 4.1 KB
gov_bang_bang.c -rw-r--r-- 3.9 KB
hisi_thermal.c -rw-r--r-- 15.9 KB
imx_thermal.c -rw-r--r-- 19.4 KB
intel_bxt_pmic_thermal.c -rw-r--r-- 7.0 KB
intel_pch_thermal.c -rw-r--r-- 10.9 KB
intel_powerclamp.c -rw-r--r-- 20.9 KB
intel_quark_dts_thermal.c -rw-r--r-- 12.2 KB
intel_soc_dts_iosf.c -rw-r--r-- 11.6 KB
intel_soc_dts_iosf.h -rw-r--r-- 1.8 KB
intel_soc_dts_thermal.c -rw-r--r-- 2.9 KB
kirkwood_thermal.c -rw-r--r-- 3.2 KB
max77620_thermal.c -rw-r--r-- 4.7 KB
mtk_thermal.c -rw-r--r-- 20.4 KB
of-thermal.c -rw-r--r-- 27.1 KB
power_allocator.c -rw-r--r-- 18.8 KB
qcom-spmi-temp-alarm.c -rw-r--r-- 6.8 KB
qoriq_thermal.c -rw-r--r-- 7.9 KB
rcar_gen3_thermal.c -rw-r--r-- 12.7 KB
rcar_thermal.c -rw-r--r-- 13.4 KB
rockchip_thermal.c -rw-r--r-- 36.6 KB
spear_thermal.c -rw-r--r-- 5.1 KB
step_wise.c -rw-r--r-- 6.7 KB
tango_thermal.c -rw-r--r-- 3.1 KB
thermal-generic-adc.c -rw-r--r-- 3.9 KB
thermal_core.c -rw-r--r-- 41.7 KB
thermal_core.h -rw-r--r-- 5.5 KB
thermal_helpers.c -rw-r--r-- 5.7 KB
thermal_hwmon.c -rw-r--r-- 7.1 KB
thermal_hwmon.h -rw-r--r-- 1.6 KB
thermal_sysfs.c -rw-r--r-- 19.5 KB
uniphier_thermal.c -rw-r--r-- 9.7 KB
user_space.c -rw-r--r-- 2.1 KB
x86_pkg_temp_thermal.c -rw-r--r-- 14.4 KB
zx2967_thermal.c -rw-r--r-- 6.4 KB

back to top