diff options
author | Tony Lindgren <tony@atomide.com> | 2012-02-29 13:32:39 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-29 13:32:39 -0800 |
commit | 428f5ad80118a60a519dcea5ca24d27bae757ff9 (patch) | |
tree | b99adf5a2671db3b5821e63e439ff14b74b0b31c /arch/x86/include/asm/irq_controller.h | |
parent | ffd76d8be36da09f8456c55569c008f5aa93095e (diff) | |
parent | fbf75da733e82bb17a01e1b907b0e40d9c028823 (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.h | 12 |
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 |