diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-19 13:12:04 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-19 13:12:04 +0900 |
commit | d9aed8b95f062b2f96e37b0e07373f36a6e7066d (patch) | |
tree | 5d37ccb835e580cc5bf94db6656bbcd58fadbbcd /arch/sh | |
parent | 22fd67c5c94a188ded2bb7c78369fd751d1bb187 (diff) |
sh: sh7724: Don't default enable the RTC clock.
rtc-sh takes care of this now, so no need to have this always enabled.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c index 8b87ba8f26bb..195274a74f8d 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c @@ -275,7 +275,6 @@ static struct platform_device *sh7724_devices[] __initdata = { static int __init sh7724_devices_setup(void) { - clk_always_enable("rtc0"); /* RTC */ clk_always_enable("vpu0"); /* VPU */ clk_always_enable("veu1"); /* VEU3F1 */ clk_always_enable("veu0"); /* VEU3F0 */ |