summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/irq_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/irq_controller.h')
-rw-r--r--arch/x86/include/asm/irq_controller.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/include/asm/irq_controller.h b/arch/x86/include/asm/irq_controller.h
deleted file mode 100644
index 423bbbddf36..00000000000
--- a/arch/x86/include/asm/irq_controller.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __IRQ_CONTROLLER__
-#define __IRQ_CONTROLLER__
-
-struct irq_domain {
- int (*xlate)(struct irq_domain *h, const u32 *intspec, u32 intsize,
- u32 *out_hwirq, u32 *out_type);
- void *priv;
- struct device_node *controller;
- struct list_head l;
-};
-
-#endif