summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/86xx/gef_pic.h
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@ge.com>2012-03-12 17:12:59 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2012-03-16 16:08:11 (GMT)
commit44b24b74abc37e3c0f28c8288178056f10074863 (patch)
treeea882b1d7aade665ffe54bb335502cba2985ee54 /arch/powerpc/platforms/86xx/gef_pic.h
parent6518bb69f463446a1552f52093cc699497f18fe0 (diff)
downloadlinux-fsl-qoriq-44b24b74abc37e3c0f28c8288178056f10074863.tar.xz
powerpc: Move GE PIC drivers
Move the GE PIC drivers to allow these to be used by non-86xx boards. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx/gef_pic.h')
-rw-r--r--arch/powerpc/platforms/86xx/gef_pic.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/powerpc/platforms/86xx/gef_pic.h b/arch/powerpc/platforms/86xx/gef_pic.h
deleted file mode 100644
index 6149916..0000000
--- a/arch/powerpc/platforms/86xx/gef_pic.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __GEF_PIC_H__
-#define __GEF_PIC_H__
-
-#include <linux/init.h>
-
-void gef_pic_cascade(unsigned int, struct irq_desc *);
-unsigned int gef_pic_get_irq(void);
-void gef_pic_init(struct device_node *);
-
-#endif /* __GEF_PIC_H__ */
-