diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-10 04:12:10 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-10 04:12:10 -0500 |
| commit | 2f67bdb23d74a6c6fd4f98f64239c5c34d1833cc (patch) | |
| tree | fe533abe3e7c400848647b95e4806f5125c654c3 /arch/um/include/uml_uaccess.h | |
| parent | d40d9d29c020f8466c96f8e3ad4b7c014ff1085d (diff) | |
| parent | 3b44f137b9a846c5452d9e6e1271b79b1dbcc942 (diff) | |
Merge branch 'master'
Diffstat (limited to 'arch/um/include/uml_uaccess.h')
| -rw-r--r-- | arch/um/include/uml_uaccess.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/include/uml_uaccess.h b/arch/um/include/uml_uaccess.h index f77eb6428453..c0df11d06f5e 100644 --- a/arch/um/include/uml_uaccess.h +++ b/arch/um/include/uml_uaccess.h | |||
| @@ -8,10 +8,6 @@ | |||
| 8 | 8 | ||
| 9 | extern int __do_copy_to_user(void *to, const void *from, int n, | 9 | extern int __do_copy_to_user(void *to, const void *from, int n, |
| 10 | void **fault_addr, void **fault_catcher); | 10 | void **fault_addr, void **fault_catcher); |
| 11 | extern unsigned long __do_user_copy(void *to, const void *from, int n, | ||
| 12 | void **fault_addr, void **fault_catcher, | ||
| 13 | void (*op)(void *to, const void *from, | ||
| 14 | int n), int *faulted_out); | ||
| 15 | void __do_copy(void *to, const void *from, int n); | 11 | void __do_copy(void *to, const void *from, int n); |
| 16 | 12 | ||
| 17 | #endif | 13 | #endif |
