From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mga07.intel.com ([134.134.136.100]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jeJx6-0002k7-7y for ath10k@lists.infradead.org; Thu, 28 May 2020 14:56:13 +0000 Date: Thu, 28 May 2020 22:55:49 +0800 From: kbuild test robot Subject: [RFC PATCH ath6kl] ath11k: host_ce_config_wlan_ipq8074[] can be static Message-ID: <20200528145549.GA89558@3f49cb9714f8> References: <202005282230.4SJMb2ms%lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202005282230.4SJMb2ms%lkp@intel.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Carl Huang Cc: kbuild-all@lists.01.org, ath10k@lists.infradead.org, Kalle Valo Fixes: 26d01bfe84cf ("ath11k: define different ce count") Signed-off-by: kbuild test robot --- 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