arm: omap: irq: make intc_of_init static
authorFelipe Balbi <balbi@ti.com>
Tue, 9 Sep 2014 00:54:43 +0000 (17:54 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 11 Sep 2014 20:03:42 +0000 (13:03 -0700)
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>
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/irq.c

index 98fe235f6670a94c3d07cb1ce6b0885017e2e004..34ab9ee9ee437552e091dbf892c290d415b3e695 100644 (file)
@@ -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);
index 480a9a7c8445b0f7312b9c60b19c39d5d3e29d4b..fc886e2e0283629cb7f6022aa7cffd643b406188 100644 (file)
@@ -295,7 +295,7 @@ asmlinkage void __exception_irq_entry omap2_intc_handle_irq(struct pt_regs *regs
        omap_intc_handle_irq(regs);
 }
 
-int __init intc_of_init(struct device_node *node,
+static int __init intc_of_init(struct device_node *node,
                             struct device_node *parent)
 {
        struct resource res;
This page took 0.028934 seconds and 5 git commands to generate.