From: Cong Wang Date: Sat, 26 Nov 2011 03:12:30 +0000 (+0800) Subject: feature-removal-schedule.txt: add the deprecated form of kmap_atomic() X-Git-Tag: next-20111208~4^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7b8fa32e4a6e4b030530220e875644eec6524c74;p=karo-tx-linux.git feature-removal-schedule.txt: add the deprecated form of kmap_atomic() Signed-off-by: Cong Wang --- diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 3d849122b5b1..65aef30315ee 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -551,3 +551,11 @@ When: 3.5 Why: The iwlagn module has been renamed iwlwifi. The alias will be around for backward compatibility for several cycles and then dropped. Who: Don Fry + +---------------------------- + +What: kmap_atomic(page, km_type) +When: 3.5 +Why: The old kmap_atomic() with two arguments is deprecated, we only + keep it for backward compatibility for few cycles and then drop it. +Who: Cong Wang