aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/syslib/cpm2_pic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/syslib/cpm2_pic.h')
-rw-r--r--arch/ppc/syslib/cpm2_pic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc/syslib/cpm2_pic.h b/arch/ppc/syslib/cpm2_pic.h
index d05003b091f53..97cab8f13a1a0 100644
--- a/arch/ppc/syslib/cpm2_pic.h
+++ b/arch/ppc/syslib/cpm2_pic.h
@@ -1,7 +1,8 @@
#ifndef _PPC_KERNEL_CPM2_H
#define _PPC_KERNEL_CPM2_H
-extern struct hw_interrupt_type cpm2_pic;
extern int cpm2_get_irq(struct pt_regs *regs);
+extern void cpm2_init_IRQ(void);
+
#endif /* _PPC_KERNEL_CPM2_H */