diff options
Diffstat (limited to 'arch/microblaze/include/asm/uaccess.h')
| -rw-r--r-- | arch/microblaze/include/asm/uaccess.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/microblaze/include/asm/uaccess.h b/arch/microblaze/include/asm/uaccess.h index 26460d15b338..d840f4a2d3c9 100644 --- a/arch/microblaze/include/asm/uaccess.h +++ b/arch/microblaze/include/asm/uaccess.h | |||
| @@ -359,7 +359,7 @@ extern long __user_bad(void); | |||
| 359 | __copy_tofrom_user((__force void __user *)(to), \ | 359 | __copy_tofrom_user((__force void __user *)(to), \ |
| 360 | (void __user *)(from), (n)) | 360 | (void __user *)(from), (n)) |
| 361 | #define __copy_from_user_inatomic(to, from, n) \ | 361 | #define __copy_from_user_inatomic(to, from, n) \ |
| 362 | copy_from_user((to), (from), (n)) | 362 | __copy_from_user((to), (from), (n)) |
| 363 | 363 | ||
| 364 | static inline long copy_from_user(void *to, | 364 | static inline long copy_from_user(void *to, |
| 365 | const void __user *from, unsigned long n) | 365 | const void __user *from, unsigned long n) |
| @@ -373,7 +373,7 @@ static inline long copy_from_user(void *to, | |||
| 373 | #define __copy_to_user(to, from, n) \ | 373 | #define __copy_to_user(to, from, n) \ |
| 374 | __copy_tofrom_user((void __user *)(to), \ | 374 | __copy_tofrom_user((void __user *)(to), \ |
| 375 | (__force const void __user *)(from), (n)) | 375 | (__force const void __user *)(from), (n)) |
| 376 | #define __copy_to_user_inatomic(to, from, n) copy_to_user((to), (from), (n)) | 376 | #define __copy_to_user_inatomic(to, from, n) __copy_to_user((to), (from), (n)) |
| 377 | 377 | ||
| 378 | static inline long copy_to_user(void __user *to, | 378 | static inline long copy_to_user(void __user *to, |
| 379 | const void *from, unsigned long n) | 379 | const void *from, unsigned long n) |
