1
0
Fork 0

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>
hifive-unleashed-5.1
Herbert Xu 2015-04-22 15:06:32 +08:00
parent 1ce3311580
commit d8fe0ddd02
3 changed files with 3 additions and 5 deletions

View File

@ -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"

View File

@ -8,9 +8,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"

View File

@ -9,8 +9,8 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/crypto.h>
#include <linux/err.h>
#include <crypto/aead.h>
#include <crypto/aes.h>
#include <net/mac80211.h>