aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/pic.h
diff options
context:
space:
mode:
authorMilton Miller <miltonm@bga.com>2011-05-10 19:29:20 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-05-19 15:30:55 +1000
commit7ca8aa0924712de81485c70e00bbea8c092a08c1 (patch)
tree62d5b921fa97922e2b55e69135fbc2d49344dcb9 /arch/powerpc/platforms/powermac/pic.h
parentpowerpc/mpic: Simplify ipi cpu mask handling (diff)
downloadlinux-dev-7ca8aa0924712de81485c70e00bbea8c092a08c1.tar.xz
linux-dev-7ca8aa0924712de81485c70e00bbea8c092a08c1.zip
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>
Diffstat (limited to 'arch/powerpc/platforms/powermac/pic.h')
-rw-r--r--arch/powerpc/platforms/powermac/pic.h11
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 @@
-#ifndef __PPC_PLATFORMS_PMAC_PIC_H
-#define __PPC_PLATFORMS_PMAC_PIC_H
-
-#include <linux/irq.h>
-
-extern struct irq_chip pmac_pic;
-
-extern void pmac_pic_init(void);
-extern int pmac_get_irq(void);
-
-#endif /* __PPC_PLATFORMS_PMAC_PIC_H */