]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/uaccess.h
[PATCH] dvb: av7110: Siemens DVB-C analog video input support
[linux-2.6-omap-h63xx.git] / include / asm-parisc / uaccess.h
index c1b5bdea53ee078773584f3842393b8640740ed0..f6c417c8c484a8965eee6ac6cfd175d45a82c8d4 100644 (file)
@@ -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