summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/powerpc/include/asm/i8259.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/powerpc/include/asm/i8259.h')
-rw-r--r--ANDROID_3.4.5/arch/powerpc/include/asm/i8259.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/arch/powerpc/include/asm/i8259.h b/ANDROID_3.4.5/arch/powerpc/include/asm/i8259.h
deleted file mode 100644
index c3fdfbd5..00000000
--- a/ANDROID_3.4.5/arch/powerpc/include/asm/i8259.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _ASM_POWERPC_I8259_H
-#define _ASM_POWERPC_I8259_H
-#ifdef __KERNEL__
-
-#include <linux/irq.h>
-
-extern void i8259_init(struct device_node *node, unsigned long intack_addr);
-extern unsigned int i8259_irq(void);
-extern struct irq_domain *i8259_get_host(void);
-
-#endif /* __KERNEL__ */
-#endif /* _ASM_POWERPC_I8259_H */