diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-08 17:54:43 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-11 13:03:42 -0700 |
commit | 00b6b031ab527afa2981bdffea7752279a290c26 (patch) | |
tree | 9983c6c3d831952ea9ff190d6e673c844caeb35a /arch/arm/mach-omap2/common.h | |
parent | 131b48c061726d4ac98f70a2beae35280a8de5cf (diff) | |
download | lwn-00b6b031ab527afa2981bdffea7752279a290c26.tar.gz lwn-00b6b031ab527afa2981bdffea7752279a290c26.zip |
arm: omap: irq: make intc_of_init static
nobody uses that function outside of this file,
so we don't need to expose it.
Signed-off-by: Felipe Balbi <balbi@ti.com>
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 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 98fe235f6670..34ab9ee9ee43 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -229,16 +229,6 @@ extern void __iomem *omap4_get_l2cache_base(void); #endif struct device_node; -#ifdef CONFIG_OF -int __init intc_of_init(struct device_node *node, - struct device_node *parent); -#else -int __init intc_of_init(struct device_node *node, - struct device_node *parent) -{ - return 0; -} -#endif #ifdef CONFIG_SMP extern void __iomem *omap4_get_scu_base(void); |