From: David Howells Date: Mon, 19 Oct 2015 11:19:45 +0000 (+0100) Subject: crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't used X-Git-Tag: KARO-TX6UL-2015-11-03~86^2~1 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=381ceef785aa3957cd78f13b9311a09a8ea8ed45;ds=sidebyside crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't used Don't #include crypto/public_key.h in akcipher as the contents of the header aren't used and changes in a future patch cause it to fail to compile if CONFIG_KEYS=n. Signed-off-by: David Howells Signed-off-by: Herbert Xu --- diff --git a/crypto/akcipher.c b/crypto/akcipher.c index 528ae6aa9bff..120ec042ec9e 100644 --- a/crypto/akcipher.c +++ b/crypto/akcipher.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "internal.h" #ifdef CONFIG_NET