diff options
author | Jiri Slaby <jslaby@suse.cz> | 2010-01-27 17:47:50 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2010-02-26 14:39:11 -0500 |
commit | b694e52ebdd439e4591d4a6651658026196174f6 (patch) | |
tree | a61eaef9825383f966797717c071b0f7d8c6f056 /Documentation/feature-removal-schedule.txt | |
parent | f8824cee405c62ba465b85365201166d9cf86a14 (diff) |
PM / Hibernate: Really deprecate deprecated user ioctls
They were deprecated and removed from exported headers more than 2
years ago. Inform users about their removal in the future now.
(Switch cases needed to be reorderded for an easy fall through.)
And add an entry to feature-removal-schedule.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 0a46833c1b76..b9eba900e0f0 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -64,6 +64,17 @@ Who: Robin Getz <rgetz@blackfin.uclinux.org> & Matt Mackall <mpm@selenic.com> | |||
64 | 64 | ||
65 | --------------------------- | 65 | --------------------------- |
66 | 66 | ||
67 | What: Deprecated snapshot ioctls | ||
68 | When: 2.6.36 | ||
69 | |||
70 | Why: The ioctls in kernel/power/user.c were marked as deprecated long time | ||
71 | ago. Now they notify users about that so that they need to replace | ||
72 | their userspace. After some more time, remove them completely. | ||
73 | |||
74 | Who: Jiri Slaby <jirislaby@gmail.com> | ||
75 | |||
76 | --------------------------- | ||
77 | |||
67 | What: The ieee80211_regdom module parameter | 78 | What: The ieee80211_regdom module parameter |
68 | When: March 2010 / desktop catchup | 79 | When: March 2010 / desktop catchup |
69 | 80 | ||