summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells2015-10-19 13:19:45 +0200
committerHerbert Xu2015-10-20 16:14:01 +0200
commit381ceef785aa3957cd78f13b9311a09a8ea8ed45 (patch)
tree2aa0d7383c29c5e62eca87e5bf11299cef6be095
parenthwrng: exynos - Add Device Tree support (diff)
downloadkernel-qcow2-linux-381ceef785aa3957cd78f13b9311a09a8ea8ed45.tar.gz
kernel-qcow2-linux-381ceef785aa3957cd78f13b9311a09a8ea8ed45.tar.xz
kernel-qcow2-linux-381ceef785aa3957cd78f13b9311a09a8ea8ed45.zip
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 <dhowells@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/akcipher.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/cryptouser.h>
#include <net/netlink.h>
#include <crypto/akcipher.h>
-#include <crypto/public_key.h>
#include "internal.h"
#ifdef CONFIG_NET