Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ca8aa09 authored by Milton Miller's avatar Milton Miller Committed by Benjamin Herrenschmidt
Browse files

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: default avatarMilton Miller <miltonm@bga.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 3caba98f
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
#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 */