diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-06-10 23:26:36 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-06-16 14:06:41 +0200 |
commit | b7196ab07890bb1bc8f364dc341ee1251919111b (patch) | |
tree | eb7d538bdd05ed7a36c09a34cd5ae085ee7ddf1d /arch/arm/mach-omap2/common.h | |
parent | ARM: dts: am43x-epos-evm: Add Missing cpsw-phy-sel for am43x-epos-evm (diff) | |
download | linux-b7196ab07890bb1bc8f364dc341ee1251919111b.tar.xz linux-b7196ab07890bb1bc8f364dc341ee1251919111b.zip |
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) } #endif -extern void __init gic_init_irq(void); extern void gic_dist_disable(void); extern void gic_dist_enable(void); extern bool gic_dist_disabled(void); |