diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-03-09 21:48:32 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-03-13 14:32:28 +0100 |
commit | 3dd3d46b78c22503957230ca5981849b7bb29b9a (patch) | |
tree | 27946d271509bb3070e3200042c73a46eccfefa0 | |
parent | eb53b4e8fef10ccccb49a6dbb5e19ca84ba5a305 (diff) | |
download | op-kernel-dev-3dd3d46b78c22503957230ca5981849b7bb29b9a.zip op-kernel-dev-3dd3d46b78c22503957230ca5981849b7bb29b9a.tar.gz |
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>
-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 737eafb..7c07a09 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; |