]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: cfg80211: Explicitly include <linux/export.h> in michael-mic.c
authorEric Biggers <ebiggers@kernel.org>
Thu, 9 Apr 2026 03:03:33 +0000 (20:03 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 9 Apr 2026 06:54:43 +0000 (08:54 +0200)
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>
net/wireless/michael-mic.c

index 50cdb67f0503d6c5d3a9b6459c91955ba2e96468..ec5164756e0a1aef380cf460c2dc1ac00dd86a6b 100644 (file)
@@ -5,6 +5,7 @@
  */
 #include <linux/types.h>
 #include <linux/bitops.h>
+#include <linux/export.h>
 #include <linux/ieee80211.h>
 #include <linux/unaligned.h>