From: Thomas Gleixner Date: Mon, 9 Mar 2009 20:48:32 +0000 (+0100) Subject: genirq: remove unused hw_irq_controller typedef X-Git-Tag: v2.6.30-rc1~3^2~9^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3dd3d46b78c22503957230ca5981849b7bb29b9a;p=karo-tx-linux.git genirq: remove unused hw_irq_controller typedef hw_irq_controller is unused. Remove the typedef Impact: cleanup Signed-off-by: Thomas Gleixner --- 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;