From: Jesper Juhl <juhl-lkml@dif.dk>

Something like this should do I assume. I'll add that to the deprecation 
patch in the future.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/Documentation/feature-removal-schedule.txt |    6 ++++++
 1 files changed, 6 insertions(+)

diff -puN Documentation/feature-removal-schedule.txt~verify_area-cleanup-deprecate-fix Documentation/feature-removal-schedule.txt
--- 25/Documentation/feature-removal-schedule.txt~verify_area-cleanup-deprecate-fix	Fri Mar  4 17:10:22 2005
+++ 25-akpm/Documentation/feature-removal-schedule.txt	Fri Mar  4 17:10:22 2005
@@ -32,3 +32,9 @@ Why:	/proc/sys/cpu/* has been deprecated
 	/sys/devices/system/cpu/cpu%n/cpufreq/.
 Who:	Dominik Brodowski <linux@brodo.de>
 
+What:	verify_area
+When:	May 2005
+Files:	include/asm-*/uaccess.h
+Why:	Obsolete, replaced by (and simply a wrapper for) access_ok.
+Who:	Jesper Juhl <juhl-lkml@dif.dk>
+
_