diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/genericirq.tmpl | 1 | ||||
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/DocBook/genericirq.tmpl b/Documentation/DocBook/genericirq.tmpl index 3a882d9a90a9..c671a0168096 100644 --- a/Documentation/DocBook/genericirq.tmpl +++ b/Documentation/DocBook/genericirq.tmpl | |||
@@ -440,6 +440,7 @@ desc->chip->end(); | |||
440 | used in the generic IRQ layer. | 440 | used in the generic IRQ layer. |
441 | </para> | 441 | </para> |
442 | !Iinclude/linux/irq.h | 442 | !Iinclude/linux/irq.h |
443 | !Iinclude/linux/interrupt.h | ||
443 | </chapter> | 444 | </chapter> |
444 | 445 | ||
445 | <chapter id="pubfunctions"> | 446 | <chapter id="pubfunctions"> |
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 20d3b94703a4..9aa1dda5d38c 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -344,3 +344,20 @@ Why: See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and | |||
344 | Removal is subject to fixing any remaining bugs in ACPI which may | 344 | Removal is subject to fixing any remaining bugs in ACPI which may |
345 | cause the thermal throttling not to happen at the right time. | 345 | cause the thermal throttling not to happen at the right time. |
346 | Who: Dave Jones <davej@redhat.com>, Matthew Garrett <mjg@redhat.com> | 346 | Who: Dave Jones <davej@redhat.com>, Matthew Garrett <mjg@redhat.com> |
347 | |||
348 | ----------------------------- | ||
349 | |||
350 | What: __do_IRQ all in one fits nothing interrupt handler | ||
351 | When: 2.6.32 | ||
352 | Why: __do_IRQ was kept for easy migration to the type flow handlers. | ||
353 | More than two years of migration time is enough. | ||
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> | ||