diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c index 0947fb245f..571f9e888c 100644 --- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c +++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c @@ -111,7 +111,6 @@ static void __init mcs814x_timer_init(void) panic("unable to get timer0 clock"); clock_rate = clk_get_rate(clk); - clk_put(clk); mcs814x_of_timer_init(); |