aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/common.h
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-11-17 17:57:14 +0400
committerOlof Johansson <olof@lixom.net>2012-11-21 09:57:42 -0800
commit99f04c8f69753e4032059eeb0c21197948e459f7 (patch)
tree876d54413124fb63dcab9d95446a8686953d2414 /arch/arm/mach-clps711x/common.h
parentARM: clps711x: Implement usage "SPARSE_IRQ" kernel option for a platform (diff)
downloadlinux-dev-99f04c8f69753e4032059eeb0c21197948e459f7.tar.xz
linux-dev-99f04c8f69753e4032059eeb0c21197948e459f7.zip
ARM: clps711x: Implement usage "MULTI_IRQ_HANDLER" kernel option for a platform
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/common.h b/arch/arm/mach-clps711x/common.h
index 28b1701b7993..3c7f12cb81c1 100644
--- a/arch/arm/mach-clps711x/common.h
+++ b/arch/arm/mach-clps711x/common.h
@@ -12,5 +12,6 @@ struct sys_timer;
extern void clps711x_map_io(void);
extern void clps711x_init_irq(void);
-extern struct sys_timer clps711x_timer;
+extern void clps711x_handle_irq(struct pt_regs *regs);
extern void clps711x_restart(char mode, const char *cmd);
+extern struct sys_timer clps711x_timer;