From: Al Viro Date: Tue, 27 Dec 2016 19:16:16 +0000 (-0500) Subject: c6x: remove duplicate definition of __access_ok X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dcecd9369e3dcbb5da3ecdc9e0b5021d6ee6f879;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 79fb6f439c5c..174f3bd811b2 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 *