arch: remove compat_alloc_user_space
[sfrench/cifs-2.6.git] / arch / s390 / include / asm / uaccess.h
index 9ed9aa37e836b649bbba69ab7e23ad6ea9a1457e..ce550d06abc367f5be272a0eeeedac18d23ccdf0 100644 (file)
@@ -227,9 +227,6 @@ static inline int __get_user_fn(void *x, const void __user *ptr, unsigned long s
        __get_user(x, ptr);                                     \
 })
 
-unsigned long __must_check
-raw_copy_in_user(void __user *to, const void __user *from, unsigned long n);
-
 /*
  * Copy a null terminated string from userspace.
  */