aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/common.h
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-05-13 21:07:31 +0400
committerOlof Johansson <olof@lixom.net>2013-06-11 15:47:33 -0700
commitd0ad52a6fa9018d18076a887898f7912ae91f246 (patch)
tree6e9f2eacc6c1306df1ebb9adfd4f02698935b9b5 /arch/arm/mach-clps711x/common.h
parentARM: clps711x: Move specific definitions from hardware.h to boards files (diff)
downloadlinux-dev-d0ad52a6fa9018d18076a887898f7912ae91f246.tar.xz
linux-dev-d0ad52a6fa9018d18076a887898f7912ae91f246.zip
ARM: clps711x: Replace "arch_initcall" in common code with ".init_early"
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/common.h')
-rw-r--r--arch/arm/mach-clps711x/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/common.h b/arch/arm/mach-clps711x/common.h
index f84a7292c70e..2a22f4c6cc75 100644
--- a/arch/arm/mach-clps711x/common.h
+++ b/arch/arm/mach-clps711x/common.h
@@ -13,3 +13,4 @@ extern void clps711x_init_irq(void);
extern void clps711x_timer_init(void);
extern void clps711x_handle_irq(struct pt_regs *regs);
extern void clps711x_restart(char mode, const char *cmd);
+extern void clps711x_init_early(void);