浏览代码

genirq: Remove obsolete defines and typedefs

The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t)
have been kept around for migration reasons. The last users are gone,
remove them.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Thomas Gleixner 16 年之前
父节点
当前提交
96ccd4a43a
共有 2 个文件被更改,包括 0 次插入16 次删除
  1. 0 9
      Documentation/feature-removal-schedule.txt
  2. 0 7
      include/linux/irq.h

+ 0 - 9
Documentation/feature-removal-schedule.txt

@@ -394,15 +394,6 @@ Who:	Thomas Gleixner <tglx@linutronix.de>
 
 
 -----------------------------
 -----------------------------
 
 
-What:	obsolete generic irq defines and typedefs
-When:	2.6.30
-Why:	The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t)
-	have been kept around for migration reasons. After more than two years
-	it's time to remove them finally
-Who:	Thomas Gleixner <tglx@linutronix.de>
-
----------------------------
-
 What:	fakephp and associated sysfs files in /sys/bus/pci/slots/
 What:	fakephp and associated sysfs files in /sys/bus/pci/slots/
 When:	2011
 When:	2011
 Why:	In 2.6.27, the semantics of /sys/bus/pci/slots was redefined to
 Why:	In 2.6.27, the semantics of /sys/bus/pci/slots was redefined to

+ 0 - 7
include/linux/irq.h

@@ -219,13 +219,6 @@ static inline struct irq_desc *move_irq_desc(struct irq_desc *desc, int node)
 
 
 extern struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node);
 extern struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node);
 
 
-/*
- * Migration helpers for obsolete names, they will go away:
- */
-#define hw_interrupt_type	irq_chip
-#define no_irq_type		no_irq_chip
-typedef struct irq_desc		irq_desc_t;
-
 /*
 /*
  * Pick up the arch-dependent methods:
  * Pick up the arch-dependent methods:
  */
  */