Make function declarations and definitions consistent.
No functional change.
Signed-off-by: Federico Serafini <federico.serafini@bugseng.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
#include <asm/x86_64/uaccess.h>
unsigned int copy_to_guest_pv(void __user *to, const void *from,
- unsigned int len);
-unsigned int clear_guest_pv(void __user *to, unsigned int len);
+ unsigned int n);
+unsigned int clear_guest_pv(void __user *to, unsigned int n);
unsigned int copy_from_guest_pv(void *to, const void __user *from,
- unsigned int len);
+ unsigned int n);
/* Handles exceptions in both to and from, but doesn't do access_ok */
unsigned int copy_to_guest_ll(void __user*to, const void *from, unsigned int n);