aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/irq_controller.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-02-29 13:32:39 -0800
committerTony Lindgren <tony@atomide.com>2012-02-29 13:32:39 -0800
commit428f5ad80118a60a519dcea5ca24d27bae757ff9 (patch)
treeb99adf5a2671db3b5821e63e439ff14b74b0b31c /arch/x86/include/asm/irq_controller.h
parentffd76d8be36da09f8456c55569c008f5aa93095e (diff)
parentfbf75da733e82bb17a01e1b907b0e40d9c028823 (diff)
Merge branch 'for_3.4/dt_irq_domain' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into dt-part2
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