summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmring/core.h
diff options
context:
space:
mode:
authorJiandong Zheng <jdzheng@broadcom.com>2011-05-18 23:36:57 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-05-23 17:04:54 (GMT)
commitede2e23456c1a4b9ce038bb4ed095ed442b1b07e (patch)
treeeb7f7df27c4918572a3457a8cff8cebe51092ef0 /arch/arm/mach-bcmring/core.h
parent23828a7a976eb8dbe3b5f4e83584c3fe814b295b (diff)
downloadlinux-fsl-qoriq-ede2e23456c1a4b9ce038bb4ed095ed442b1b07e.tar.xz
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 'arch/arm/mach-bcmring/core.h')
-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 b197ba4..e0e02c4 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