diff options
author | Olof Johansson <olof@lixom.net> | 2020-09-26 12:55:43 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2020-09-26 12:55:43 -0700 |
commit | 76940c8d5ab1d3a7939eb08db10ca2cdfd05b8b1 (patch) | |
tree | c27506586227e98eb6d38a0719574e896cec27ed /arch/arm/mach-s3c/s3c244x.c | |
parent | 7a5f0085db9247271c059525eca7baa193201a39 (diff) | |
parent | 0df3c29f6883facf56ba422dbb060a1ad787f865 (diff) | |
download | linux-stable-76940c8d5ab1d3a7939eb08db10ca2cdfd05b8b1.tar.gz linux-stable-76940c8d5ab1d3a7939eb08db10ca2cdfd05b8b1.tar.bz2 linux-stable-76940c8d5ab1d3a7939eb08db10ca2cdfd05b8b1.zip |
Merge tag 'samsung-soc-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/soc
Samsung mach/soc changes for v5.10
1. Clear unneeded L2C-310 flag which presenc was triggering warning
message.
2. Fix build of SAMSUNG_PM_DEBUG without MMU.
3. Minor cleanups and update of linux-samsung-soc mailing list in
Maintainers.
* tag 'samsung-soc-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
ARM: s3c64xx: bring back notes from removed debug-macro.S
ARM: s3c24xx: fix Wunused-variable warning on !MMU
ARM: samsung: fix PM debug build with DEBUG_LL but !MMU
MAINTAINERS: mark linux-samsung-soc list non-moderated
ARM: exynos: clear L310_AUX_CTRL_NS_LOCKDOWN in default l2c_aux_val
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-s3c/s3c244x.c')
-rw-r--r-- | arch/arm/mach-s3c/s3c244x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c/s3c244x.c b/arch/arm/mach-s3c/s3c244x.c index bae93598f009..95df3491e650 100644 --- a/arch/arm/mach-s3c/s3c244x.c +++ b/arch/arm/mach-s3c/s3c244x.c @@ -39,7 +39,7 @@ #include "nand-core-s3c24xx.h" #include "regs-dsc-s3c24xx.h" -static struct map_desc s3c244x_iodesc[] __initdata = { +static struct map_desc s3c244x_iodesc[] __initdata __maybe_unused = { IODESC_ENT(CLKPWR), IODESC_ENT(TIMER), IODESC_ENT(WATCHDOG), |