diff options
Diffstat (limited to 'arch/um/kernel/uaccess.c')
-rw-r--r-- | arch/um/kernel/uaccess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/uaccess.c b/arch/um/kernel/uaccess.c index 054e3de0784e..d7436aacd26f 100644 --- a/arch/um/kernel/uaccess.c +++ b/arch/um/kernel/uaccess.c | |||
@@ -18,7 +18,7 @@ void __do_copy(void *to, const void *from, int n) | |||
18 | 18 | ||
19 | 19 | ||
20 | int __do_copy_to_user(void *to, const void *from, int n, | 20 | int __do_copy_to_user(void *to, const void *from, int n, |
21 | void **fault_addr, void **fault_catcher) | 21 | void **fault_addr, jmp_buf **fault_catcher) |
22 | { | 22 | { |
23 | unsigned long fault; | 23 | unsigned long fault; |
24 | int faulted; | 24 | int faulted; |