Re: [PATCH ath-next 5/5] wifi: ath12k: Add missing include of export.h

From: Vasanthakumar Thiagarajan
Date: Mon Jun 23 2025 - 01:22:56 EST




On 6/11/2025 9:43 PM, Jeff Johnson wrote:
Commit a934a57a42f6 ("scripts/misc-check: check missing #include
<linux/export.h> when W=1") introduced a new check that is producing
the following warning:

drivers/net/wireless/ath/ath12k/core.c: warning: EXPORT_SYMBOL() is used, but #include <linux/export.h> is missing

Add the missing #include to satisfy the check.

Signed-off-by: Jeff Johnson <jeff.johnson@xxxxxxxxxxxxxxxx>

Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@xxxxxxxxxxxxxxxx>