diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2009-03-13 09:40:27 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2009-03-13 11:34:02 -0400 |
| commit | cb065c06b6cc615a58860d619d7fa7952cd6a18b (patch) | |
| tree | d34bdd5cdd765943b7d37acc734f719a9c956bac | |
| parent | 0e57aa11abb15b70db53d1f95ae70b3c980ac885 (diff) | |
genirq: deprecate obsolete typedefs and defines
More than two years is enough migration time. Remove the compability cruft.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
| -rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 63b4550411be..9aa1dda5d38c 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
| @@ -352,3 +352,12 @@ When: 2.6.32 | |||
| 352 | Why: __do_IRQ was kept for easy migration to the type flow handlers. | 352 | Why: __do_IRQ was kept for easy migration to the type flow handlers. |
| 353 | More than two years of migration time is enough. | 353 | More than two years of migration time is enough. |
| 354 | Who: Thomas Gleixner <tglx@linutronix.de> | 354 | Who: Thomas Gleixner <tglx@linutronix.de> |
| 355 | |||
| 356 | ----------------------------- | ||
| 357 | |||
| 358 | What: obsolete generic irq defines and typedefs | ||
| 359 | When: 2.6.30 | ||
| 360 | Why: The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t) | ||
| 361 | have been kept around for migration reasons. After more than two years | ||
| 362 | it's time to remove them finally | ||
| 363 | Who: Thomas Gleixner <tglx@linutronix.de> | ||
