diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-27 14:16:16 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-28 18:23:27 -0400 |
commit | dcecd9369e3dcbb5da3ecdc9e0b5021d6ee6f879 (patch) | |
tree | 3d14a1292eecb102a874713d07d7af0cc93f9381 | |
parent | d597580d373774b1bdab84b3d26ff0b55162b916 (diff) | |
download | op-kernel-dev-dcecd9369e3dcbb5da3ecdc9e0b5021d6ee6f879.zip op-kernel-dev-dcecd9369e3dcbb5da3ecdc9e0b5021d6ee6f879.tar.gz |
c6x: remove duplicate definition of __access_ok
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | arch/c6x/include/asm/uaccess.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/c6x/include/asm/uaccess.h b/arch/c6x/include/asm/uaccess.h index 79fb6f4..174f3bd 100644 --- a/arch/c6x/include/asm/uaccess.h +++ b/arch/c6x/include/asm/uaccess.h @@ -13,10 +13,6 @@ #include <linux/compiler.h> #include <linux/string.h> -#ifdef CONFIG_ACCESS_CHECK -#define __access_ok _access_ok -#endif - /* * __copy_from_user/copy_to_user are based on ones in asm-generic/uaccess.h * |