Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / include / linux / uaccess.h
index 80b587085e7913c19ab17d33a1a1ff77e51ad7ad..acdd6f915a8d3d1185d8a13e587824313a5dd14f 100644 (file)
@@ -156,12 +156,6 @@ copy_to_user(void __user *to, const void *from, unsigned long n)
 }
 #ifdef CONFIG_COMPAT
 static __always_inline unsigned long __must_check
-__copy_in_user(void __user *to, const void *from, unsigned long n)
-{
-       might_fault();
-       return raw_copy_in_user(to, from, n);
-}
-static __always_inline unsigned long __must_check
 copy_in_user(void __user *to, const void *from, unsigned long n)
 {
        might_fault();