diff options
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen-reference.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c index bb2df32f597a..0a000b74ac6d 100644 --- a/arch/arm/mach-shmobile/board-marzen-reference.c +++ b/arch/arm/mach-shmobile/board-marzen-reference.c | |||
@@ -40,12 +40,6 @@ static void __init marzen_init_timer(void) | |||
40 | * devices until they get moved to DT. | 40 | * devices until they get moved to DT. |
41 | */ | 41 | */ |
42 | static const struct clk_name clk_names[] __initconst = { | 42 | static const struct clk_name clk_names[] __initconst = { |
43 | { "scif0", NULL, "sh-sci.0" }, | ||
44 | { "scif1", NULL, "sh-sci.1" }, | ||
45 | { "scif2", NULL, "sh-sci.2" }, | ||
46 | { "scif3", NULL, "sh-sci.3" }, | ||
47 | { "scif4", NULL, "sh-sci.4" }, | ||
48 | { "scif5", NULL, "sh-sci.5" }, | ||
49 | { "tmu0", "fck", "sh-tmu.0" }, | 43 | { "tmu0", "fck", "sh-tmu.0" }, |
50 | }; | 44 | }; |
51 | 45 | ||