]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/um/include/shared/um_uaccess.h
um: kill dead code around uaccess
[karo-tx-linux.git] / arch / um / include / shared / um_uaccess.h
index 45c04999d670d1129acb401eb94ed26974213623..51e1cce92d36e019827d1363f6192917e50d83b7 100644 (file)
@@ -32,9 +32,6 @@
 extern int copy_from_user(void *to, const void __user *from, int n);
 extern int copy_to_user(void __user *to, const void *from, int n);
 
-extern int __do_copy_to_user(void *to, const void *from, int n,
-                            void **fault_addr, jmp_buf **fault_catcher);
-
 /*
  * strncpy_from_user: - Copy a NUL terminated string from userspace.
  * @dst:   Destination address, in kernel space.  This buffer must be at