summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/irq.c
diff options
context:
space:
mode:
authorFelipe Balbi2014-09-09 02:54:43 +0200
committerTony Lindgren2014-09-11 22:03:42 +0200
commit00b6b031ab527afa2981bdffea7752279a290c26 (patch)
tree9983c6c3d831952ea9ff190d6e673c844caeb35a /arch/arm/mach-omap2/irq.c
parentarm: omap: irq: reorganize code a little bit (diff)
downloadkernel-qcow2-linux-00b6b031ab527afa2981bdffea7752279a290c26.tar.gz
kernel-qcow2-linux-00b6b031ab527afa2981bdffea7752279a290c26.tar.xz
kernel-qcow2-linux-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/irq.c')
-rw-r--r--arch/arm/mach-omap2/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/irq.c b/arch/arm/mach-omap2/irq.c
index 480a9a7c8445..fc886e2e0283 100644
--- a/arch/arm/mach-omap2/irq.c
+++ b/arch/arm/mach-omap2/irq.c
@@ -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;