From: Milton Miller <miltonm@bga.com> Date: Tue, 10 May 2011 19:29:20 +0000 (+0000) Subject: powerpc: Remove powermac/pic.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7ca8aa0924712de81485c70e00bbea8c092a08c1;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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> --- 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 */