Skip to content

Commit cb065c0

Browse files
committed
genirq: deprecate obsolete typedefs and defines
More than two years is enough migration time. Remove the compability cruft. Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 0e57aa1 commit cb065c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/feature-removal-schedule.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,3 +352,12 @@ When: 2.6.32
352352
Why: __do_IRQ was kept for easy migration to the type flow handlers.
353353
More than two years of migration time is enough.
354354
Who: Thomas Gleixner <[email protected]>
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 <[email protected]>

0 commit comments

Comments
 (0)