浏览代码

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>
Thomas Gleixner 16 年之前
父节点
当前提交
3dd3d46b78
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/irq.h

+ 0 - 1
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:
  * Migration helpers for obsolete names, they will go away:
  */
  */
 #define hw_interrupt_type	irq_chip
 #define hw_interrupt_type	irq_chip
-typedef struct irq_chip		hw_irq_controller;
 #define no_irq_type		no_irq_chip
 #define no_irq_type		no_irq_chip
 typedef struct irq_desc		irq_desc_t;
 typedef struct irq_desc		irq_desc_t;