From: Al Viro Date: Wed, 28 Dec 2016 06:26:29 +0000 (-0500) Subject: metag: kill verify_area() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2c3054176e2ef3f49be9ec8b6fd06d6a47156ff5;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git metag: kill verify_area() Deprecated in 2.6.12, killed in 2.6.13. Time to end that depravity, let's bury the body... Signed-off-by: Al Viro --- diff --git a/arch/metag/include/asm/uaccess.h b/arch/metag/include/asm/uaccess.h index 92ba79f63e7c..2613d91bde1a 100644 --- a/arch/metag/include/asm/uaccess.h +++ b/arch/metag/include/asm/uaccess.h @@ -47,11 +47,6 @@ static inline int __access_ok(unsigned long addr, unsigned long size) #define access_ok(type, addr, size) __access_ok((unsigned long)(addr), \ (unsigned long)(size)) -static inline int verify_area(int type, const void *addr, unsigned long size) -{ - return access_ok(type, addr, size) ? 0 : -EFAULT; -} - #include /*