aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/pmac_pic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/platforms/pmac_pic.h')
-rw-r--r--arch/ppc/platforms/pmac_pic.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/ppc/platforms/pmac_pic.h b/arch/ppc/platforms/pmac_pic.h
deleted file mode 100644
index 664103dfeef9..000000000000
--- a/arch/ppc/platforms/pmac_pic.h
+++ /dev/null
@@ -1,11 +0,0 @@
1#ifndef __PPC_PLATFORMS_PMAC_PIC_H
2#define __PPC_PLATFORMS_PMAC_PIC_H
3
4#include <linux/irq.h>
5
6extern struct hw_interrupt_type pmac_pic;
7
8void pmac_pic_init(void);
9int pmac_get_irq(struct pt_regs *regs);
10
11#endif /* __PPC_PLATFORMS_PMAC_PIC_H */