mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
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:
parent
929298742b
commit
fa489a77e3
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
#include <linux/types.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/export.h>
|
||||
#include <linux/ieee80211.h>
|
||||
#include <linux/unaligned.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user