Skip to content

Commit

Permalink
crypto: akcipher - Don't #include crypto/public_key.h as the contents…
Browse files Browse the repository at this point in the history
… 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 <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
dhowells authored and herbertx committed Oct 20, 2015
1 parent 642c117 commit 381ceef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/akcipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 381ceef

Please sign in to comment.