aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/irq.h
diff options
context:
space:
mode:
authorGravatar Anton Blanchard <anton@samba.org> 2014-08-20 08:55:20 +1000
committerGravatar Michael Ellerman <mpe@ellerman.id.au> 2014-09-25 23:14:43 +1000
commita38efcea56988761f89a3134145f0d5f9ea68076 (patch)
treeb6dff43e39e0f25712a5c0d5dbf8678cebb79b4e /arch/powerpc/include/asm/irq.h
parentpowerpc: Ensure global functions include their prototype (diff)
downloadlinux-a38efcea56988761f89a3134145f0d5f9ea68076.tar.gz
linux-a38efcea56988761f89a3134145f0d5f9ea68076.tar.bz2
linux-a38efcea56988761f89a3134145f0d5f9ea68076.zip
powerpc: Remove stale function prototypes
There were a number of prototypes for functions that no longer exist. Remove them. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/irq.h')
-rw-r--r--arch/powerpc/include/asm/irq.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/irq.h b/arch/powerpc/include/asm/irq.h
index 41f13cec8a8f..e8e3a0a04eb0 100644
--- a/arch/powerpc/include/asm/irq.h
+++ b/arch/powerpc/include/asm/irq.h
@@ -31,11 +31,6 @@ extern atomic_t ppc_n_lost_interrupts;
extern irq_hw_number_t virq_to_hw(unsigned int virq);
-/**
- * irq_early_init - Init irq remapping subsystem
- */
-extern void irq_early_init(void);
-
static __inline__ int irq_canonicalize(int irq)
{
return irq;