diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 429db4bf98ec..9b743198f77a 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -140,3 +140,22 @@ What: EXPORT_SYMBOL(lookup_hash) | |||
140 | When: January 2006 | 140 | When: January 2006 |
141 | Why: Too low-level interface. Use lookup_one_len or lookup_create instead. | 141 | Why: Too low-level interface. Use lookup_one_len or lookup_create instead. |
142 | Who: Christoph Hellwig <hch@lst.de> | 142 | Who: Christoph Hellwig <hch@lst.de> |
143 | |||
144 | --------------------------- | ||
145 | |||
146 | What: START_ARRAY ioctl for md | ||
147 | When: July 2006 | ||
148 | Files: drivers/md/md.c | ||
149 | Why: Not reliable by design - can fail when most needed. | ||
150 | Alternatives exist | ||
151 | Who: NeilBrown <neilb@suse.de> | ||
152 | |||
153 | --------------------------- | ||
154 | |||
155 | What: au1x00_uart driver | ||
156 | When: January 2006 | ||
157 | Why: The 8250 serial driver now has the ability to deal with the differences | ||
158 | between the standard 8250 family of UARTs and their slightly strange | ||
159 | brother on Alchemy SOCs. The loss of features is not considered an | ||
160 | issue. | ||
161 | Who: Ralf Baechle <ralf@linux-mips.org> | ||