forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
3caba98fdd
commit
7ca8aa0924
@ -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 */
|
Loading…
Reference in New Issue
Block a user