summaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2023-08-23 18:32:25 +0800
committerJohannes Berg <johannes.berg@intel.com>2023-08-24 08:42:36 +0200
commit8da1985ff75226fd758ef379f9dd98986c811704 (patch)
tree073a6a6f246b1c5adc596755dae94ae82f11bbb7 /net/mac80211/key.c
parentc4125bf88341056a2051c6c083a7f69661733fc6 (diff)
downloadlinux-8da1985ff75226fd758ef379f9dd98986c811704.tar.gz
linux-8da1985ff75226fd758ef379f9dd98986c811704.tar.bz2
linux-8da1985ff75226fd758ef379f9dd98986c811704.zip
wifi: mac80211: Do not include crypto/algapi.h
The header file crypto/algapi.h is for internal use only. Use the header file crypto/utils.h instead. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Link: https://lore.kernel.org/r/E1qYlA0-006vFr-Ts@formenos.hmeau.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/key.c')
-rw-r--r--net/mac80211/key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/key.c b/net/mac80211/key.c
index 21cf5a208910..13050dc9321f 100644
--- a/net/mac80211/key.c
+++ b/net/mac80211/key.c
@@ -9,6 +9,7 @@
* Copyright 2018-2020, 2022-2023 Intel Corporation
*/
+#include <crypto/utils.h>
#include <linux/if_ether.h>
#include <linux/etherdevice.h>
#include <linux/list.h>
@@ -17,7 +18,6 @@
#include <linux/slab.h>
#include <linux/export.h>
#include <net/mac80211.h>
-#include <crypto/algapi.h>
#include <asm/unaligned.h>
#include "ieee80211_i.h"
#include "driver-ops.h"