summaryrefslogtreecommitdiff
path: root/arch/metag/include/asm/uaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/metag/include/asm/uaccess.h')
-rw-r--r--arch/metag/include/asm/uaccess.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/metag/include/asm/uaccess.h b/arch/metag/include/asm/uaccess.h
index 273e61225c27..46c1f6c54103 100644
--- a/arch/metag/include/asm/uaccess.h
+++ b/arch/metag/include/asm/uaccess.h
@@ -6,9 +6,6 @@
*/
#include <linux/sched.h>
-#define VERIFY_READ 0
-#define VERIFY_WRITE 1
-
/*
* The fs value determines whether argument validity checking should be
* performed or not. If get_fs() == USER_DS, checking is performed, with