Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+4 -4
+1 -1
arch/arm/mach-s3c24xx/common.c
··· 173 173 return gs; 174 174 #endif 175 175 176 - #if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413) 176 + #if defined(CONFIG_CPU_S3C2412) 177 177 return __raw_readl(S3C2412_GSTATUS1); 178 178 #else 179 179 return 1UL; /* don't look like an 2400 */
+2 -2
arch/arm/mach-s3c24xx/include/mach/regs-clock.h
··· 77 77 78 78 #endif /* CONFIG_CPU_S3C2440 or CONFIG_CPU_S3C2442 */ 79 79 80 - #if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413) 80 + #if defined(CONFIG_CPU_S3C2412) 81 81 82 82 #define S3C2412_OSCSET S3C2410_CLKREG(0x18) 83 83 #define S3C2412_CLKSRC S3C2410_CLKREG(0x1C) ··· 141 141 #define S3C2412_CLKSRC_UREFCLK_EXTCLK (1<<12) 142 142 #define S3C2412_CLKSRC_EREFCLK_EXTCLK (1<<14) 143 143 144 - #endif /* CONFIG_CPU_S3C2412 | CONFIG_CPU_S3C2413 */ 144 + #endif /* CONFIG_CPU_S3C2412 */ 145 145 146 146 #define S3C2416_CLKDIV2 S3C2410_CLKREG(0x28) 147 147
+1 -1
arch/arm/plat-samsung/include/plat/map-s3c.h
··· 61 61 62 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 65 #ifndef __ASSEMBLY__ 66 66 extern void __iomem *s3c24xx_va_gpio2; 67 67 #endif