summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c/s3c24xx.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2020-09-26 12:55:43 -0700
committerOlof Johansson <olof@lixom.net>2020-09-26 12:55:43 -0700
commit76940c8d5ab1d3a7939eb08db10ca2cdfd05b8b1 (patch)
treec27506586227e98eb6d38a0719574e896cec27ed /arch/arm/mach-s3c/s3c24xx.c
parent7a5f0085db9247271c059525eca7baa193201a39 (diff)
parent0df3c29f6883facf56ba422dbb060a1ad787f865 (diff)
downloadlinux-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/s3c24xx.c')
-rw-r--r--arch/arm/mach-s3c/s3c24xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c/s3c24xx.c b/arch/arm/mach-s3c/s3c24xx.c
index 26a2190a81ff..ccfed48c98aa 100644
--- a/arch/arm/mach-s3c/s3c24xx.c
+++ b/arch/arm/mach-s3c/s3c24xx.c
@@ -139,7 +139,7 @@ static struct cpu_table cpu_ids[] __initdata = {
/* minimal IO mapping */
-static struct map_desc s3c_iodesc[] __initdata = {
+static struct map_desc s3c_iodesc[] __initdata __maybe_unused = {
IODESC_ENT(GPIO),
IODESC_ENT(IRQ),
IODESC_ENT(MEMCTRL),