linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ath-next 0/5] wifi: ath: Add missing includes of export.h
@ 2025-06-11 16:13 Jeff Johnson
  2025-06-11 16:13 ` [PATCH ath-next 1/5] wifi: ath: Add missing include " Jeff Johnson
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Jeff Johnson @ 2025-06-11 16:13 UTC (permalink / raw)
  To: Jeff Johnson, Toke Høiland-Jørgensen
  Cc: linux-wireless, ath10k, linux-kernel, ath11k, ath12k,
	Jeff Johnson

commit a934a57a42f6 ("scripts/misc-check: check missing #include
<linux/export.h> when W=1") added a check which is now generating
warnings. Fix the ones in drivers/net/wireless/ath/...

---
Jeff Johnson (5):
      wifi: ath: Add missing include of export.h
      wifi: ath9k: Add missing include of export.h
      wifi: ath10k: Add missing include of export.h
      wifi: ath11k: Add missing include of export.h
      wifi: ath12k: Add missing include of export.h

 drivers/net/wireless/ath/ath10k/bmi.c            | 2 ++
 drivers/net/wireless/ath/ath10k/ce.c             | 2 ++
 drivers/net/wireless/ath/ath10k/core.c           | 2 ++
 drivers/net/wireless/ath/ath10k/coredump.c       | 2 ++
 drivers/net/wireless/ath/ath10k/debug.c          | 2 ++
 drivers/net/wireless/ath/ath10k/htc.c            | 3 +++
 drivers/net/wireless/ath/ath10k/htt_rx.c         | 3 +++
 drivers/net/wireless/ath/ath10k/htt_tx.c         | 2 ++
 drivers/net/wireless/ath/ath10k/mac.c            | 1 +
 drivers/net/wireless/ath/ath10k/trace.c          | 2 ++
 drivers/net/wireless/ath/ath11k/ce.c             | 2 ++
 drivers/net/wireless/ath/ath11k/core.c           | 2 ++
 drivers/net/wireless/ath/ath11k/coredump.c       | 2 ++
 drivers/net/wireless/ath/ath11k/debug.c          | 2 ++
 drivers/net/wireless/ath/ath11k/debugfs.c        | 2 ++
 drivers/net/wireless/ath/ath11k/dp.c             | 2 ++
 drivers/net/wireless/ath/ath11k/fw.c             | 2 ++
 drivers/net/wireless/ath/ath11k/hal.c            | 2 ++
 drivers/net/wireless/ath/ath11k/pcic.c           | 2 ++
 drivers/net/wireless/ath/ath11k/qmi.c            | 2 ++
 drivers/net/wireless/ath/ath11k/trace.c          | 2 ++
 drivers/net/wireless/ath/ath12k/core.c           | 2 ++
 drivers/net/wireless/ath/ath9k/common-beacon.c   | 1 +
 drivers/net/wireless/ath/ath9k/common-debug.c    | 1 +
 drivers/net/wireless/ath/ath9k/common-init.c     | 1 +
 drivers/net/wireless/ath/ath9k/common-spectral.c | 1 +
 drivers/net/wireless/ath/ath9k/common.c          | 1 +
 drivers/net/wireless/ath/ath9k/dynack.c          | 1 +
 drivers/net/wireless/ath/ath9k/hw.c              | 1 +
 drivers/net/wireless/ath/main.c                  | 1 +
 30 files changed, 53 insertions(+)
---
base-commit: 2b404d0c06adaeeebd355bd727ef600706b28197
change-id: 20250610-ath-unused-export-df19562d1b37


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-06-23 14:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 16:13 [PATCH ath-next 0/5] wifi: ath: Add missing includes of export.h Jeff Johnson
2025-06-11 16:13 ` [PATCH ath-next 1/5] wifi: ath: Add missing include " Jeff Johnson
2025-06-11 16:13 ` [PATCH ath-next 2/5] wifi: ath9k: " Jeff Johnson
2025-06-12  7:27   ` Toke Høiland-Jørgensen
2025-06-11 16:13 ` [PATCH ath-next 3/5] wifi: ath10k: " Jeff Johnson
2025-06-23  5:21   ` Vasanthakumar Thiagarajan
2025-06-11 16:13 ` [PATCH ath-next 4/5] wifi: ath11k: " Jeff Johnson
2025-06-23  5:21   ` Vasanthakumar Thiagarajan
2025-06-11 16:13 ` [PATCH ath-next 5/5] wifi: ath12k: " Jeff Johnson
2025-06-23  5:22   ` Vasanthakumar Thiagarajan
2025-06-23 14:48 ` [PATCH ath-next 0/5] wifi: ath: Add missing includes " Jeff Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).