diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-06-10 17:26:36 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-06-16 08:06:41 -0400 |
commit | b7196ab07890bb1bc8f364dc341ee1251919111b (patch) | |
tree | eb7d538bdd05ed7a36c09a34cd5ae085ee7ddf1d /arch/arm/mach-omap2/common.h | |
parent | fe797553e7f1acbce807e2ee3d86ca01c0e28b92 (diff) |
ARM: OMAP2+: drop unused function
gic_init_irq() is no longer used as of:
commit b42b918194c4791510ac049e3d507169a7de8544
Author: Tony Lindgren <tony@atomide.com>
Date: Thu May 30 12:53:05 2013 -0700
ARM: OMAP2+: Remove board-omap4panda.c
Drop it.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-omap@vger.kernel.org
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index ff029737c8f0..51f6897418b7 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -241,7 +241,6 @@ static inline void __iomem *omap4_get_scu_base(void) | |||
241 | } | 241 | } |
242 | #endif | 242 | #endif |
243 | 243 | ||
244 | extern void __init gic_init_irq(void); | ||
245 | extern void gic_dist_disable(void); | 244 | extern void gic_dist_disable(void); |
246 | extern void gic_dist_enable(void); | 245 | extern void gic_dist_enable(void); |
247 | extern bool gic_dist_disabled(void); | 246 | extern bool gic_dist_disabled(void); |