diff options
author | Milton Miller <miltonm@bga.com> | 2011-05-10 15:29:20 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-05-19 01:30:55 -0400 |
commit | 7ca8aa0924712de81485c70e00bbea8c092a08c1 (patch) | |
tree | 62d5b921fa97922e2b55e69135fbc2d49344dcb9 | |
parent | 3caba98fddd551ca7dcdb1eb701b36ed70b04fde (diff) |
powerpc: Remove powermac/pic.h
Its unused, and of the three declarations, one is duplicated in pmac.h,
the second is static and the third is renamed and static.
Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/platforms/powermac/pic.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/powerpc/platforms/powermac/pic.h b/arch/powerpc/platforms/powermac/pic.h deleted file mode 100644 index d622a8345aaa..000000000000 --- a/arch/powerpc/platforms/powermac/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 | |||
6 | extern struct irq_chip pmac_pic; | ||
7 | |||
8 | extern void pmac_pic_init(void); | ||
9 | extern int pmac_get_irq(void); | ||
10 | |||
11 | #endif /* __PPC_PLATFORMS_PMAC_PIC_H */ | ||