summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/irq_controller.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2011-12-16 15:50:17 -0700
committerGrant Likely <grant.likely@secretlab.ca>2012-02-23 14:37:47 -0700
commitb4e518547da042fdc65bd4bdafd046fed13337d5 (patch)
tree822699cd36da40399119d11b4820513af2eb22a7 /arch/x86/include/asm/irq_controller.h
parent6d166fec12967063e0e709a935bba8c48fcde99e (diff)
downloadlinux-b4e518547da042fdc65bd4bdafd046fed13337d5.tar.gz
linux-b4e518547da042fdc65bd4bdafd046fed13337d5.tar.xz
irq_domain/x86: Convert x86 (embedded) to use common irq_domain
This patch removes the x86-specific definition of irq_domain and replaces it with the common implementation. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Rob Herring <rob.herring@calxeda.com> Cc: Thomas Gleixner <tglx@linutronix.de>
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 423bbbddf36d..000000000000
--- 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