ARM: SAMSUNG: remove unneeded s3c24xx_init_cpu()
authorHeiko Stuebner <heiko@sntech.de>
Thu, 13 Feb 2014 22:17:53 +0000 (07:17 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 13 Feb 2014 22:17:53 +0000 (07:17 +0900)
The function is nearly empty and samsung_cpu_rev is static
so already 0 making the function obsolete, therefore remove
it.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/common.c
arch/arm/plat-samsung/cpu.c
arch/arm/plat-samsung/include/plat/cpu.h

index 4adaa4b..4aa76b0 100644 (file)
@@ -240,7 +240,6 @@ void __init s3c24xx_init_io(struct map_desc *mach_desc, int size)
        } else {
                samsung_cpu_id = s3c24xx_read_idcode_v4();
        }
-       s3c24xx_init_cpu();
 
        s3c_init_cpu(samsung_cpu_id, cpu_ids, ARRAY_SIZE(cpu_ids));
 
index 46b426e..364963a 100644 (file)
@@ -28,13 +28,6 @@ unsigned int samsung_rev(void)
 }
 EXPORT_SYMBOL(samsung_rev);
 
-void __init s3c24xx_init_cpu(void)
-{
-       /* nothing here yet */
-
-       samsung_cpu_rev = 0;
-}
-
 void __init s3c64xx_init_cpu(void)
 {
        samsung_cpu_id = __raw_readl(S3C_VA_SYS + 0x118);
index 335beb3..31164b3 100644 (file)
@@ -199,7 +199,6 @@ extern void s5p_init_irq(u32 *vic, u32 num_vic);
 
 extern void s3c24xx_init_io(struct map_desc *mach_desc, int size);
 
-extern void s3c24xx_init_cpu(void);
 extern void s3c64xx_init_cpu(void);
 extern void s5p_init_cpu(void __iomem *cpuid_addr);