Commit 3a1e37ae authored by Al Viro's avatar Al Viro

arc: get rid of unused declaration

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d597580d
...@@ -394,9 +394,6 @@ __arc_copy_from_user(void *to, const void __user *from, unsigned long n) ...@@ -394,9 +394,6 @@ __arc_copy_from_user(void *to, const void __user *from, unsigned long n)
return res; return res;
} }
extern unsigned long slowpath_copy_to_user(void __user *to, const void *from,
unsigned long n);
static inline unsigned long static inline unsigned long
__arc_copy_to_user(void __user *to, const void *from, unsigned long n) __arc_copy_to_user(void __user *to, const void *from, unsigned long n)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment