diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-06-04 10:46:05 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-06-13 05:28:37 +0400 |
commit | cba8df4be3bdf10c86a26c458c5fc2ca978eeb2c (patch) | |
tree | 5dd9f6c93efc0588b813febe7d24178fa43d3d8b /arch/sh/include/asm/uaccess_64.h | |
parent | 0e100e11bd73be4e28e457cf5ad49a6892d5d1fe (diff) | |
download | linux-cba8df4be3bdf10c86a26c458c5fc2ca978eeb2c.tar.xz |
sh: use the new generic strnlen_user() function
This discards both the _32 and _64 versions in favour of the consolidated
generic one.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/uaccess_64.h')
-rw-r--r-- | arch/sh/include/asm/uaccess_64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/uaccess_64.h b/arch/sh/include/asm/uaccess_64.h index 0042c9054b20..2e07e0f40c6a 100644 --- a/arch/sh/include/asm/uaccess_64.h +++ b/arch/sh/include/asm/uaccess_64.h @@ -84,6 +84,4 @@ extern long __put_user_asm_l(void *, long); extern long __put_user_asm_q(void *, long); extern void __put_user_unknown(void); -extern long __strnlen_user(const char *__s, long __n); - #endif /* __ASM_SH_UACCESS_64_H */ |