crypto: scatterwalk - remove duplicate function declarations
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 26 Sep 2022 09:14:40 +0000 (17:14 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Oct 2022 11:05:24 +0000 (19:05 +0800)
commitf30fe6314698d107edbb9db50bc3c3443a30ec80
tree56a4ee66620cc03170f1875483187a19ca4d9c11
parentad981647dbe1ea91071b9783dd62d74e22c6d955
crypto: scatterwalk - remove duplicate function declarations

scatterwalk_map() is an inline function already defined in the
header file, it is necessary to delete the re-declaration at the
same location, which was left out in the header file by an
earlier modification.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/scatterwalk.h