diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7724.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c index 852f8104f03a..191f0e2a7e08 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c | |||
@@ -470,10 +470,6 @@ static struct platform_device *sh7724_devices[] __initdata = { | |||
470 | 470 | ||
471 | static int __init sh7724_devices_setup(void) | 471 | static int __init sh7724_devices_setup(void) |
472 | { | 472 | { |
473 | clk_always_enable("vpu0"); /* VPU */ | ||
474 | clk_always_enable("veu1"); /* VEU3F1 */ | ||
475 | clk_always_enable("veu0"); /* VEU3F0 */ | ||
476 | |||
477 | platform_resource_setup_memory(&vpu_device, "vpu", 2 << 20); | 473 | platform_resource_setup_memory(&vpu_device, "vpu", 2 << 20); |
478 | platform_resource_setup_memory(&veu0_device, "veu0", 2 << 20); | 474 | platform_resource_setup_memory(&veu0_device, "veu0", 2 << 20); |
479 | platform_resource_setup_memory(&veu1_device, "veu1", 2 << 20); | 475 | platform_resource_setup_memory(&veu1_device, "veu1", 2 << 20); |