From: Tianjia Zhang Date: Wed, 18 Nov 2020 12:30:31 +0000 (+0800) Subject: crypto: public_key: Remove redundant header file from public_key.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=09315b2d0d6944b9e249003c04abb88b5594a683;p=linux.git crypto: public_key: Remove redundant header file from public_key.h The akcipher.h header file was originally introduced in SM2, and then the definition of SM2 was moved to the existing code. This header file is left and should be removed. Signed-off-by: Tianjia Zhang Signed-off-by: David Howells Reviewed-by: Ben Boeckel --- diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h index 948c5203ca9c6..47accec68cb0f 100644 --- a/include/crypto/public_key.h +++ b/include/crypto/public_key.h @@ -12,7 +12,6 @@ #include #include -#include /* * Cryptographic data for the public-key subtype of the asymmetric key type.