]> git.ipfire.org Git - people/arne_f/kernel.git/blobdiff - include/linux/uaccess.h
kill __copy_from_user_nocache()
[people/arne_f/kernel.git] / include / linux / uaccess.h
index 5f76bc995d968a95c731b6fac7dcb48fafffca9f..7fc2104b88bc7731d43e2b6ba8e7d644fff6aea6 100644 (file)
@@ -261,12 +261,6 @@ static inline unsigned long __copy_from_user_inatomic_nocache(void *to,
        return __copy_from_user_inatomic(to, from, n);
 }
 
-static inline unsigned long __copy_from_user_nocache(void *to,
-                               const void __user *from, unsigned long n)
-{
-       return __copy_from_user(to, from, n);
-}
-
 #endif         /* ARCH_HAS_NOCACHE_UACCESS */
 
 /*