From: Al Viro Date: Tue, 27 Dec 2016 19:16:16 +0000 (-0500) Subject: c6x: remove duplicate definition of __access_ok X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dcecd9369e3dcbb5da3ecdc9e0b5021d6ee6f879;p=linux.git c6x: remove duplicate definition of __access_ok Signed-off-by: Al Viro --- diff --git a/arch/c6x/include/asm/uaccess.h b/arch/c6x/include/asm/uaccess.h index 79fb6f439c5c7..174f3bd811b24 100644 --- a/arch/c6x/include/asm/uaccess.h +++ b/arch/c6x/include/asm/uaccess.h @@ -13,10 +13,6 @@ #include #include -#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 *