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>
This commit is contained in:
Eric Biggers
2026-04-08 20:03:33 -07:00
committed by Johannes Berg
parent 929298742b
commit fa489a77e3

View 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>