summaryrefslogtreecommitdiff
path: root/include/linux/irq.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-03-09 21:48:32 +0100
committerThomas Gleixner <tglx@linutronix.de>2009-03-13 14:32:28 +0100
commit3dd3d46b78c22503957230ca5981849b7bb29b9a (patch)
tree27946d271509bb3070e3200042c73a46eccfefa0 /include/linux/irq.h
parenteb53b4e8fef10ccccb49a6dbb5e19ca84ba5a305 (diff)
genirq: remove unused hw_irq_controller typedef
hw_irq_controller is unused. Remove the typedef Impact: cleanup Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 737eafbc1f3d..7c07a09931db 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -226,7 +226,6 @@ irq_remap_to_desc(unsigned int irq, struct irq_desc *desc)
* Migration helpers for obsolete names, they will go away:
*/
#define hw_interrupt_type irq_chip
-typedef struct irq_chip hw_irq_controller;
#define no_irq_type no_irq_chip
typedef struct irq_desc irq_desc_t;