aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/irq.h
diff options
context:
space:
mode:
authorGravatar Sam Ravnborg <sam@ravnborg.org> 2014-05-16 23:25:51 +0200
committerGravatar David S. Miller <davem@davemloft.net> 2014-05-18 19:01:29 -0700
commit2e74a74f271f4d3fc768b6f06bd72eb57eac36ac (patch)
tree22e4b460c69b05ddfd8e05ec328ab88d493eaa55 /arch/sparc/kernel/irq.h
parentsparc: drop use of extern for prototypes in arch/sparc/include/asm (diff)
downloadlinux-2e74a74f271f4d3fc768b6f06bd72eb57eac36ac.tar.gz
linux-2e74a74f271f4d3fc768b6f06bd72eb57eac36ac.tar.bz2
linux-2e74a74f271f4d3fc768b6f06bd72eb57eac36ac.zip
sparc: drop use of extern for prototypes in arch/sparc/*
Drop the remaining uses of extern for prototypes in .h files in the sparc specific part of the kernel tree. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/irq.h')
-rw-r--r--arch/sparc/kernel/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/irq.h b/arch/sparc/kernel/irq.h
index 7c7540a62362..70a0b8ddd0ba 100644
--- a/arch/sparc/kernel/irq.h
+++ b/arch/sparc/kernel/irq.h
@@ -96,6 +96,6 @@ void sun4d_handler_irq(unsigned int pil, struct pt_regs *regs);
/* All SUN4D IPIs are sent on this IRQ, may be shared with hard IRQs */
#define SUN4D_IPI_IRQ 13
-extern void sun4d_ipi_interrupt(void);
+void sun4d_ipi_interrupt(void);
#endif