ARM: S3C24XX: convert s3c2410 to common clock framework
[deliverable/linux.git] / arch / arm / mach-s3c24xx / common.c
index bda9dd4abae34ce28134ba20cb5a7034f0724ebc..600a1be5696b259ba2734b18eb09eaae5c8f8281 100644 (file)
@@ -74,7 +74,6 @@ static struct cpu_table cpu_ids[] __initdata = {
                .idcode         = 0x32410000,
                .idmask         = 0xffffffff,
                .map_io         = s3c2410_map_io,
-               .init_clocks    = s3c2410_init_clocks,
                .init_uarts     = s3c2410_init_uarts,
                .init           = s3c2410_init,
                .name           = name_s3c2410
@@ -83,7 +82,6 @@ static struct cpu_table cpu_ids[] __initdata = {
                .idcode         = 0x32410002,
                .idmask         = 0xffffffff,
                .map_io         = s3c2410_map_io,
-               .init_clocks    = s3c2410_init_clocks,
                .init_uarts     = s3c2410_init_uarts,
                .init           = s3c2410a_init,
                .name           = name_s3c2410a
This page took 0.02356 seconds and 5 git commands to generate.