]> Pileus Git - ~andy/linux/commitdiff
genirq: remove unused hw_irq_controller typedef
authorThomas Gleixner <tglx@linutronix.de>
Mon, 9 Mar 2009 20:48:32 +0000 (21:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 13 Mar 2009 13:32:28 +0000 (14:32 +0100)
hw_irq_controller is unused. Remove the typedef

Impact: cleanup

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irq.h

index 737eafbc1f3d2b27938246a06e389544f9a2e019..7c07a09931dbd20d82bac76f57d3158c2b14dea1 100644 (file)
@@ -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;