diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-04-08 20:03:33 -0700 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2026-04-09 08:54:43 +0200 |
| commit | fa489a77e3267e05df95db96ba98e141ec07cbd9 (patch) | |
| tree | db68cf5a0b6d0bc1a45dd0affea83e33a8c3fdee /net | |
| parent | 929298742bb5dfacd53ea99cf989cc81210f90a3 (diff) | |
| download | lwn-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.c | 1 |
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> |
