mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-09 19:10:45 +00:00
arc: get rid of unused declaration
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
d597580d37
commit
3a1e37ae00
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user