aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/timers/timer-mtu2.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/timers/timer-mtu2.c')
-rw-r--r--arch/sh/kernel/timers/timer-mtu2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/timers/timer-mtu2.c b/arch/sh/kernel/timers/timer-mtu2.c
index 201f0a62132f..fffcd1c09873 100644
--- a/arch/sh/kernel/timers/timer-mtu2.c
+++ b/arch/sh/kernel/timers/timer-mtu2.c
@@ -161,7 +161,7 @@ static int mtu2_timer_init(void)
161 161
162 setup_irq(CONFIG_SH_TIMER_IRQ, &mtu2_irq); 162 setup_irq(CONFIG_SH_TIMER_IRQ, &mtu2_irq);
163 163
164 mtu2_clk1.parent = clk_get("module_clk"); 164 mtu2_clk1.parent = clk_get(NULL, "module_clk");
165 165
166 ctrl_outb(ctrl_inb(STBCR3) & (~0x20), STBCR3); 166 ctrl_outb(ctrl_inb(STBCR3) & (~0x20), STBCR3);
167 167