aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcmring/core.h
diff options
context:
space:
mode:
authorJiandong Zheng <jdzheng@broadcom.com>2011-05-19 00:36:57 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-05-23 18:04:54 +0100
commitede2e23456c1a4b9ce038bb4ed095ed442b1b07e (patch)
treeeb7f7df27c4918572a3457a8cff8cebe51092ef0 /arch/arm/mach-bcmring/core.h
parentclockevents: ARM sp804: obtain sp804 timer rate via clks (diff)
downloadlinux-dev-ede2e23456c1a4b9ce038bb4ed095ed442b1b07e.tar.xz
linux-dev-ede2e23456c1a4b9ce038bb4ed095ed442b1b07e.zip
ARM: 6912/1: bcmring: Add clkdev table in init_early
Move adding clkdev table to init_early to make sure the common sp804 clockevents can be initialized properly. Signed-off-by: Jiandong Zheng <jdzheng@broadcom.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-bcmring/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcmring/core.h b/arch/arm/mach-bcmring/core.h
index b197ba48e36e..e0e02c48f9b1 100644
--- a/arch/arm/mach-bcmring/core.h
+++ b/arch/arm/mach-bcmring/core.h
@@ -25,6 +25,7 @@
void __init bcmring_amba_init(void);
void __init bcmring_map_io(void);
void __init bcmring_init_irq(void);
+void __init bcmring_init_early(void);
extern struct sys_timer bcmring_timer;
#endif