[PATCH wireless-next] wifi: cfg80211: Explicitly include <linux/export.h> in michael-mic.c

From: Eric Biggers

Date: Wed Apr 08 2026 - 23:06:04 EST


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@xxxxxxxxxx>
---
net/wireless/michael-mic.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/net/wireless/michael-mic.c b/net/wireless/michael-mic.c
index 50cdb67f0503d..ec5164756e0a1 100644
--- a/net/wireless/michael-mic.c
+++ b/net/wireless/michael-mic.c
@@ -3,10 +3,11 @@
* Michael MIC implementation - optimized for TKIP MIC operations
* Copyright 2002-2003, Instant802 Networks, Inc.
*/
#include <linux/types.h>
#include <linux/bitops.h>
+#include <linux/export.h>
#include <linux/ieee80211.h>
#include <linux/unaligned.h>

struct michael_mic_ctx {
u32 l, r;

base-commit: 929298742bb5dfacd53ea99cf989cc81210f90a3
--
2.53.0