From b7276b236dcf400003179e77f5b4b4c05e1fb29c Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 5 Aug 2010 07:58:58 +0100 Subject: ARM: 6296/1: clock U300 intcon and timer properly This removes the quirks to clock the U300 VIC and timer by custom hooks and moves the control out to the clock framework where it belongs. This is possible now that clocks are available early. Signed-off-by: Linus Walleij Signed-off-by: Russell King --- arch/arm/mach-u300/clock.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/mach-u300/clock.h') diff --git a/arch/arm/mach-u300/clock.h b/arch/arm/mach-u300/clock.h index fc40c32..c34f3ea 100644 --- a/arch/arm/mach-u300/clock.h +++ b/arch/arm/mach-u300/clock.h @@ -45,8 +45,6 @@ struct clk { void (*disable) (struct clk *); }; -void u300_enable_intcon_clock(void); -void u300_enable_timer_clock(void); int u300_clock_init(void); #endif -- cgit v1.1