* [PATCH wireless-next] wifi: cfg80211: Explicitly include <linux/export.h> in michael-mic.c
@ 2026-04-09 3:03 Eric Biggers
0 siblings, 0 replies; only message in thread
From: Eric Biggers @ 2026-04-09 3:03 UTC (permalink / raw)
To: linux-wireless, Johannes Berg; +Cc: linux-kernel, Eric Biggers
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>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-09 3:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09 3:03 [PATCH wireless-next] wifi: cfg80211: Explicitly include <linux/export.h> in michael-mic.c Eric Biggers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox