summaryrefslogtreecommitdiffstats
path: root/net/mac80211/aes_ccm.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-04-22 09:06:32 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2015-04-23 08:18:11 +0200
commitd8fe0ddd0256711e9cf2c539e77c341daa0eb2cf (patch)
treed3ec0f08a58b7849bb5a9d8762a5318cc96d3ed1 /net/mac80211/aes_ccm.c
parentcrypto: testmgr - Include crypto/aead.h (diff)
downloadlinux-d8fe0ddd0256711e9cf2c539e77c341daa0eb2cf.tar.xz
linux-d8fe0ddd0256711e9cf2c539e77c341daa0eb2cf.zip
mac80211: Include crypto/aead.h
All users of AEAD should include crypto/aead.h instead of include/linux/crypto.h. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/aes_ccm.c')
-rw-r--r--net/mac80211/aes_ccm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/aes_ccm.c b/net/mac80211/aes_ccm.c
index 208df7c0b6ea..70d53dab6508 100644
--- a/net/mac80211/aes_ccm.c
+++ b/net/mac80211/aes_ccm.c
@@ -11,9 +11,8 @@
#include <linux/kernel.h>
#include <linux/types.h>
-#include <linux/crypto.h>
#include <linux/err.h>
-#include <crypto/aes.h>
+#include <crypto/aead.h>
#include <net/mac80211.h>
#include "key.h"