summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2026-04-08 20:03:33 -0700
committerJohannes Berg <johannes.berg@intel.com>2026-04-09 08:54:43 +0200
commitfa489a77e3267e05df95db96ba98e141ec07cbd9 (patch)
treedb68cf5a0b6d0bc1a45dd0affea83e33a8c3fdee /net
parent929298742bb5dfacd53ea99cf989cc81210f90a3 (diff)
downloadlwn-fa489a77e3267e05df95db96ba98e141ec07cbd9.tar.gz
lwn-fa489a77e3267e05df95db96ba98e141ec07cbd9.zip
wifi: cfg80211: Explicitly include <linux/export.h> in michael-mic.c
This happened to be included transitively via a long chain starting with <linux/bitops.h>, but it's less fragile to include it explicitly. Signed-off-by: Eric Biggers <ebiggers@kernel.org> Link: https://patch.msgid.link/20260409030333.13024-1-ebiggers@kernel.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net')
-rw-r--r--net/wireless/michael-mic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/michael-mic.c b/net/wireless/michael-mic.c
index 50cdb67f0503..ec5164756e0a 100644
--- a/net/wireless/michael-mic.c
+++ b/net/wireless/michael-mic.c
@@ -5,6 +5,7 @@
*/
#include <linux/types.h>
#include <linux/bitops.h>
+#include <linux/export.h>
#include <linux/ieee80211.h>
#include <linux/unaligned.h>