]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/um/include/shared/os.h
um: kill dead code around uaccess
[karo-tx-linux.git] / arch / um / include / shared / os.h
index 83c7c2ecd61422b7fccd054e79597bad10d4f9a7..2e2663a8e910c6fc7c9bd90997d0c218c9e4910e 100644 (file)
@@ -203,12 +203,6 @@ extern int os_drop_memory(void *addr, int length);
 extern int can_drop_memory(void);
 extern void os_flush_stdout(void);
 
-/* uaccess.c */
-extern unsigned long __do_user_copy(void *to, const void *from, int n,
-                                   void **fault_addr, jmp_buf **fault_catcher,
-                                   void (*op)(void *to, const void *from,
-                                              int n), int *faulted_out);
-
 /* execvp.c */
 extern int execvp_noalloc(char *buf, const char *file, char *const argv[]);
 /* helper.c */