diff options
Diffstat (limited to 'arch/x86/include/asm/uaccess_64.h')
-rw-r--r-- | arch/x86/include/asm/uaccess_64.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/uaccess_64.h b/arch/x86/include/asm/uaccess_64.h index fcd4b6f3ef02..8e796fbbf9c6 100644 --- a/arch/x86/include/asm/uaccess_64.h +++ b/arch/x86/include/asm/uaccess_64.h | |||
@@ -208,9 +208,6 @@ int __copy_in_user(void __user *dst, const void __user *src, unsigned size) | |||
208 | } | 208 | } |
209 | } | 209 | } |
210 | 210 | ||
211 | __must_check long strnlen_user(const char __user *str, long n); | ||
212 | __must_check long __strnlen_user(const char __user *str, long n); | ||
213 | __must_check long strlen_user(const char __user *str); | ||
214 | __must_check unsigned long clear_user(void __user *mem, unsigned long len); | 211 | __must_check unsigned long clear_user(void __user *mem, unsigned long len); |
215 | __must_check unsigned long __clear_user(void __user *mem, unsigned long len); | 212 | __must_check unsigned long __clear_user(void __user *mem, unsigned long len); |
216 | 213 | ||