Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8fe0ddd authored by Herbert Xu's avatar Herbert Xu
Browse files

mac80211: Include crypto/aead.h



All users of AEAD should include crypto/aead.h instead of
include/linux/crypto.h.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1ce33115
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"
+1 −2
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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>