s390/string: use generic strlcpy
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 21 Oct 2021 12:43:10 +0000 (14:43 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 26 Oct 2021 13:21:30 +0000 (15:21 +0200)
commitf492bac3b6c8f95c1b543bced9dc3818f342b6f0
treed45c6476c9341d257e8c5bd92574cc73938f69b8
parenteec013bbf66fd17fc5671de6744913cb68036a00
s390/string: use generic strlcpy

The generic version of strlcpy is identical to the architecure
specific variant.
Therefore use the generic variant.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/string.h
arch/s390/lib/string.c