summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2017-07-17 01:48:07 -0400
committerKrzysztof Kozlowski <krzk@kernel.org>2017-07-20 01:17:43 -0400
commitf0f2f59977b69147b2e037906687d77b484d78e0 (patch)
treefdf911b8daf1b7cea5ee0dd681052727544cb7cc /arch/arm/plat-samsung
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff)
ARM: s3c24xx: Remove non-existing CONFIG_CPU_S3C2413
There is no CONFIG_CPU_S3C2413 so get rid of it. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r--arch/arm/plat-samsung/include/plat/map-s3c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/include/plat/map-s3c.h b/arch/arm/plat-samsung/include/plat/map-s3c.h
index 6feedd47d875..33104911862e 100644
--- a/arch/arm/plat-samsung/include/plat/map-s3c.h
+++ b/arch/arm/plat-samsung/include/plat/map-s3c.h
@@ -61,7 +61,7 @@
61 61
62/* deal with the registers that move under the 2412/2413 */ 62/* deal with the registers that move under the 2412/2413 */
63 63
64#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413) 64#if defined(CONFIG_CPU_S3C2412)
65#ifndef __ASSEMBLY__ 65#ifndef __ASSEMBLY__
66extern void __iomem *s3c24xx_va_gpio2; 66extern void __iomem *s3c24xx_va_gpio2;
67#endif 67#endif