diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-08-05 07:58:58 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-08-10 22:10:55 +0100 |
commit | b7276b236dcf400003179e77f5b4b4c05e1fb29c (patch) | |
tree | bd6d2ca778640be672356bf92808450dfa01bede /arch/arm/mach-u300/clock.h | |
parent | 379aae5d6c3d8d9751d85a8022e68a90df13a7ae (diff) |
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 <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-u300/clock.h')
-rw-r--r-- | arch/arm/mach-u300/clock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-u300/clock.h b/arch/arm/mach-u300/clock.h index fc40c326566..c34f3ea3017 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 |