ath10k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH ath6kl] ath11k: host_ce_config_wlan_ipq8074[] can be static
       [not found] <202005282230.4SJMb2ms%lkp@intel.com>
@ 2020-05-28 14:55 ` kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-05-28 14:55 UTC (permalink / raw)
  To: Carl Huang; +Cc: kbuild-all, ath10k, Kalle Valo


Fixes: 26d01bfe84cf ("ath11k: define different ce count")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 ce.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath11k/ce.c b/drivers/net/wireless/ath/ath11k/ce.c
index 212d41f7d28e8..85e94ca834a6b 100644
--- a/drivers/net/wireless/ath/ath11k/ce.c
+++ b/drivers/net/wireless/ath/ath11k/ce.c
@@ -9,7 +9,7 @@
 
 #define host_ce_config_wlan ab->ce.host_ce_config
 
-const struct ce_attr host_ce_config_wlan_ipq8074[] = {
+static const struct ce_attr host_ce_config_wlan_ipq8074[] = {
 	/* CE0: host->target HTC control and raw streams */
 	{
 		.flags = CE_ATTR_FLAGS,

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-28 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202005282230.4SJMb2ms%lkp@intel.com>
2020-05-28 14:55 ` [RFC PATCH ath6kl] ath11k: host_ce_config_wlan_ipq8074[] can be static kbuild test robot

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).