uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
[linux-2.6-microblaze.git] / arch / hexagon / include / asm / uaccess.h
index f61cfb2..21f6359 100644 (file)
@@ -50,8 +50,6 @@
  * reasonably simple and not *too* slow.  After all, we've got the
  * MMU for backup.
  */
-#define VERIFY_READ     0
-#define VERIFY_WRITE    1
 
 #define __access_ok(addr, size) \
        ((get_fs().seg == KERNEL_DS.seg) || \