diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-03-09 16:48:32 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-03-13 09:32:28 -0400 |
commit | 3dd3d46b78c22503957230ca5981849b7bb29b9a (patch) | |
tree | 27946d271509bb3070e3200042c73a46eccfefa0 /include/linux/irq.h | |
parent | eb53b4e8fef10ccccb49a6dbb5e19ca84ba5a305 (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.h | 1 |
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) | |||
226 | * Migration helpers for obsolete names, they will go away: | 226 | * Migration helpers for obsolete names, they will go away: |
227 | */ | 227 | */ |
228 | #define hw_interrupt_type irq_chip | 228 | #define hw_interrupt_type irq_chip |
229 | typedef struct irq_chip hw_irq_controller; | ||
230 | #define no_irq_type no_irq_chip | 229 | #define no_irq_type no_irq_chip |
231 | typedef struct irq_desc irq_desc_t; | 230 | typedef struct irq_desc irq_desc_t; |
232 | 231 | ||