X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Fuaccess.h;h=f6c417c8c484a8965eee6ac6cfd175d45a82c8d4;hb=467c432a4d63349025d92f5dbdd0b9ba8ff40fd5;hp=c1b5bdea53ee078773584f3842393b8640740ed0;hpb=325a479c4c110db278ef3361460a48c4093252cc;p=linux-2.6 diff --git a/include/asm-parisc/uaccess.h b/include/asm-parisc/uaccess.h index c1b5bdea53..f6c417c8c4 100644 --- a/include/asm-parisc/uaccess.h +++ b/include/asm-parisc/uaccess.h @@ -40,10 +40,6 @@ static inline long access_ok(int type, const void __user * addr, return 1; } -#define verify_area(type,addr,size) (0) /* FIXME: all users should go away soon, - * and use access_ok instead, then this - * should be removed. */ - #define put_user __put_user #define get_user __get_user