]> err.no Git - linux-2.6/blobdiff - include/asm-parisc/uaccess.h
[PATCH] WAN: update info page for a bunch of my drivers
[linux-2.6] / include / asm-parisc / uaccess.h
index 8a08423b757062b273077365196bf7c5b6be0370..f6c417c8c484a8965eee6ac6cfd175d45a82c8d4 100644 (file)
@@ -24,7 +24,7 @@
 
 /*
  * Note that since kernel addresses are in a separate address space on
- * parisc, we don't need to do anything for access_ok() or verify_area().
+ * parisc, we don't need to do anything for access_ok().
  * We just let the page fault handler do the right thing. This also means
  * that put_user is the same as __put_user, etc.
  */
@@ -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