h8300: remove stale strncpy_from_user
authorArnd Bergmann <arnd@arndb.de>
Fri, 14 May 2021 21:57:16 +0000 (23:57 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 23 Jul 2021 12:40:00 +0000 (14:40 +0200)
commit2f69b04a88687626b044a66661c570ca0ca6a0fc
treee82cd8981f98bec21d7b6d25d1e427bba5507370
parentf27180dd63e1e6eca3230b9d3fdcc33564a81117
h8300: remove stale strncpy_from_user

This function is never called because h8300 uses the asm-generic
inline function version.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/h8300/kernel/h8300_ksyms.c
arch/h8300/lib/Makefile
arch/h8300/lib/strncpy.S [deleted file]