Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3dd3d46b authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: remove unused hw_irq_controller typedef



hw_irq_controller is unused. Remove the typedef

Impact: cleanup

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent eb53b4e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;