android_kernel_asus_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 MIPS: jz4740: Drop dead code 2019-07-30 10:41:54 -07:00
Platform MIPS: jz4740: Bump zload address 2018-07-23 17:35:19 -07:00
pm.c This round of clk driver and framework updates is heavy on the driver update 2019-07-17 10:07:48 -07:00
prom.c MIPS: jz4740: Drop dead code 2019-07-30 10:41:54 -07:00
reset.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151 2019-05-30 11:26:28 -07:00
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 MIPS: fix build with gcc-12 2022-05-18 09:47:28 +02:00
time.c MIPS: jz4740: Drop obsolete code 2019-08-08 15:31:14 -07:00
timer.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151 2019-05-30 11:26:28 -07:00