android_kernel_xiaomi_sm8350/arch/mips/jz4740
Sudip Mukherjee a60def7568 MIPS: fix build with gcc-12
Some mips builds with gcc-12 fails with the error:
arch/mips/jz4740/setup.c:64:25: error: comparison between two arrays
	[-Werror=array-compare]
   	64 |         if (__dtb_start != __dtb_end)

'd24f48767d5e ("MIPS: Use address-of operator on section symbols")' has
been applied which fixes most of the error, but it missed one file which
was not available upstream when the change was done.

Fixes: d24f48767d5e ("MIPS: Use address-of operator on section symbols")
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-05-18 09:47:28 +02:00
..
Kconfig MIPS: ingenic: Initial GCW Zero support 2018-01-18 22:08:10 +00:00
Makefile
Platform
pm.c
prom.c
reset.c
reset.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
setup.c
time.c MIPS: jz4740: Drop obsolete code 2019-08-08 15:31:14 -07:00
timer.c