From: Jeff Johnson Date: Wed, 11 Jun 2025 16:13:54 +0000 (-0700) Subject: wifi: ath: Add missing include of export.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3abe2740e50f86401aa3518e9b69c6abefaa020a;p=thirdparty%2Flinux.git wifi: ath: Add missing include of export.h Commit a934a57a42f6 ("scripts/misc-check: check missing #include when W=1") introduced a new check that is producing the following warning: drivers/net/wireless/ath/main.c: warning: EXPORT_SYMBOL() is used, but #include is missing Add the missing #include to satisfy the check. Link: https://patch.msgid.link/20250611-ath-unused-export-v1-1-c36819df7e7b@oss.qualcomm.com Signed-off-by: Jeff Johnson --- diff --git a/drivers/net/wireless/ath/main.c b/drivers/net/wireless/ath/main.c index 89f4b05139469..d79d73738a816 100644 --- a/drivers/net/wireless/ath/main.c +++ b/drivers/net/wireless/ath/main.c @@ -16,6 +16,7 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt +#include #include #include