diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-05-14 23:57:16 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-07-23 14:40:00 +0200 |
commit | 2f69b04a88687626b044a66661c570ca0ca6a0fc (patch) | |
tree | e82cd8981f98bec21d7b6d25d1e427bba5507370 /arch/h8300/lib/Makefile | |
parent | asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user (diff) | |
download | linux-2f69b04a88687626b044a66661c570ca0ca6a0fc.tar.xz linux-2f69b04a88687626b044a66661c570ca0ca6a0fc.zip |
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>
Diffstat (limited to 'arch/h8300/lib/Makefile')
-rw-r--r-- | arch/h8300/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/lib/Makefile b/arch/h8300/lib/Makefile index 685fa837c1f7..5911c1fa856d 100644 --- a/arch/h8300/lib/Makefile +++ b/arch/h8300/lib/Makefile @@ -3,7 +3,7 @@ # Makefile for H8/300-specific library files.. # -lib-y = memcpy.o memset.o abs.o strncpy.o \ +lib-y = memcpy.o memset.o abs.o \ mulsi3.o udivsi3.o muldi3.o moddivsi3.o \ ashldi3.o lshrdi3.o ashrdi3.o ucmpdi2.o \ delay.o |