diff options
Diffstat (limited to 'arch/arm/plat-s5p')
-rw-r--r-- | arch/arm/plat-s5p/cpu.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/plat-s5p/cpu.c b/arch/arm/plat-s5p/cpu.c index 2fb9a9c87ead..74bcd716f300 100644 --- a/arch/arm/plat-s5p/cpu.c +++ b/arch/arm/plat-s5p/cpu.c @@ -20,13 +20,11 @@ #include <mach/regs-clock.h> #include <plat/cpu.h> -#include <plat/s5pc100.h> #include <plat/s5pv210.h> #include <plat/exynos4.h> /* table of supported CPUs */ -static const char name_s5pc100[] = "S5PC100"; static const char name_s5pv210[] = "S5PV210/S5PC110"; static const char name_exynos4210[] = "EXYNOS4210"; static const char name_exynos4212[] = "EXYNOS4212"; @@ -34,14 +32,6 @@ static const char name_exynos4412[] = "EXYNOS4412"; static struct cpu_table cpu_ids[] __initdata = { { - .idcode = S5PC100_CPU_ID, - .idmask = S5PC100_CPU_MASK, - .map_io = s5pc100_map_io, - .init_clocks = s5pc100_init_clocks, - .init_uarts = s5pc100_init_uarts, - .init = s5pc100_init, - .name = name_s5pc100, - }, { .idcode = S5PV210_CPU_ID, .idmask = S5PV210_CPU_MASK, .map_io = s5pv210_map_io, |