projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091db04
)
sh: sh_ksyms_64 needs __strncpy_from_user() definition.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 29 Sep 2008 10:45:16 +0000
(19:45 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 29 Sep 2008 10:45:16 +0000
(19:45 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/uaccess_64.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/include/asm/uaccess_64.h
b/arch/sh/include/asm/uaccess_64.h
index 0042c9054b2067351707f6b39325ce7e298a76c8..56fd20b8cdcc16db8fbe6da757da62dec0d1d4d9 100644
(file)
--- a/
arch/sh/include/asm/uaccess_64.h
+++ b/
arch/sh/include/asm/uaccess_64.h
@@
-85,5
+85,7
@@
extern long __put_user_asm_q(void *, long);
extern void __put_user_unknown(void);
extern long __strnlen_user(const char *__s, long __n);
+extern int __strncpy_from_user(unsigned long __dest,
+ unsigned long __user __src, int __count);
#endif /* __ASM_SH_UACCESS_64_H */