X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-s390%2Fuaccess.h;h=38a5cf8ab9e3e5cc69f162f1b8af363f886b7046;hb=5833f1420b96c4f9b193b7f2fcbc0003dc032fe8;hp=3e3bfe6a8fa84188f86f1acef2d17e84814771c3;hpb=8aaf226a8eaa0823c4f3c58d5207004ff6e3e758;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-s390/uaccess.h b/include/asm-s390/uaccess.h index 3e3bfe6a8fa..38a5cf8ab9e 100644 --- a/include/asm-s390/uaccess.h +++ b/include/asm-s390/uaccess.h @@ -65,13 +65,6 @@ #define access_ok(type,addr,size) __access_ok(addr,size) -/* this function will go away soon - use access_ok() instead */ -extern inline int __deprecated verify_area(int type, const void __user *addr, - unsigned long size) -{ - return access_ok(type, addr, size) ? 0 : -EFAULT; -} - /* * The exception table consists of pairs of addresses: the first is the * address of an instruction that is allowed to fault, and the second is