diff options
Diffstat (limited to 'arch/um/include/shared/um_uaccess.h')
-rw-r--r-- | arch/um/include/shared/um_uaccess.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/um/include/shared/um_uaccess.h b/arch/um/include/shared/um_uaccess.h index 45c04999d670..51e1cce92d36 100644 --- a/arch/um/include/shared/um_uaccess.h +++ b/arch/um/include/shared/um_uaccess.h | |||
@@ -32,9 +32,6 @@ | |||
32 | extern int copy_from_user(void *to, const void __user *from, int n); | 32 | extern int copy_from_user(void *to, const void __user *from, int n); |
33 | extern int copy_to_user(void __user *to, const void *from, int n); | 33 | extern int copy_to_user(void __user *to, const void *from, int n); |
34 | 34 | ||
35 | extern int __do_copy_to_user(void *to, const void *from, int n, | ||
36 | void **fault_addr, jmp_buf **fault_catcher); | ||
37 | |||
38 | /* | 35 | /* |
39 | * strncpy_from_user: - Copy a NUL terminated string from userspace. | 36 | * strncpy_from_user: - Copy a NUL terminated string from userspace. |
40 | * @dst: Destination address, in kernel space. This buffer must be at | 37 | * @dst: Destination address, in kernel space. This buffer must be at |