sh: sh_ksyms_64 needs __strncpy_from_user() definition.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 29 Sep 2008 10:45:16 +0000 (19:45 +0900)
committerPaul 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

index 0042c9054b2067351707f6b39325ce7e298a76c8..56fd20b8cdcc16db8fbe6da757da62dec0d1d4d9 100644 (file)
@@ -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 */