diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-28 00:00:15 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-06 02:40:25 +0100 |
commit | 5e6039d8a307d8411422c154f3d446b44fa32b6d (patch) | |
tree | ac371d0115ddadd6ca723d3bcb7b682b561ed403 /arch/m32r | |
parent | Linux 4.11-rc1 (diff) | |
download | linux-5e6039d8a307d8411422c154f3d446b44fa32b6d.tar.xz linux-5e6039d8a307d8411422c154f3d446b44fa32b6d.zip |
uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m32r')
-rw-r--r-- | arch/m32r/include/asm/uaccess.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m32r/include/asm/uaccess.h b/arch/m32r/include/asm/uaccess.h index 6f8982157a75..7d993a837e39 100644 --- a/arch/m32r/include/asm/uaccess.h +++ b/arch/m32r/include/asm/uaccess.h @@ -16,9 +16,6 @@ #include <asm/page.h> #include <asm/setup.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 |