|
@@ -27,7 +27,7 @@ int fixup_exception(struct pt_regs *regs)
|
|
|
|
|
|
#ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
|
|
|
|
|
|
-long arc_copy_from_user_noinline(void *to, const void __user * from,
|
|
|
+long arc_copy_from_user_noinline(void *to, const void __user *from,
|
|
|
unsigned long n)
|
|
|
{
|
|
|
return __arc_copy_from_user(to, from, n);
|
|
@@ -48,7 +48,7 @@ unsigned long arc_clear_user_noinline(void __user *to,
|
|
|
}
|
|
|
EXPORT_SYMBOL(arc_clear_user_noinline);
|
|
|
|
|
|
-long arc_strncpy_from_user_noinline (char *dst, const char __user *src,
|
|
|
+long arc_strncpy_from_user_noinline(char *dst, const char __user *src,
|
|
|
long count)
|
|
|
{
|
|
|
return __arc_strncpy_from_user(dst, src, count);
|