From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hNwIE-0006pj-4H for ath11k@lists.infradead.org; Tue, 07 May 2019 09:21:47 +0000 From: Karthikeyan Periyasamy Subject: [PATCH] ath11k: Cleanup in WMI Date: Tue, 7 May 2019 14:50:35 +0530 Message-Id: <1557220835-5587-1-git-send-email-periyasa@codeaurora.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" Errors-To: ath11k-bounces+kvalo=adurom.com@lists.infradead.org To: ath11k@lists.infradead.org Cc: Karthikeyan Periyasamy Remove duplicate variables service_ready and unified_ready from the ath11k_pdev_wmi struct, originally defined in ath11k_wmi_base struct. Signed-off-by: Karthikeyan Periyasamy --- drivers/net/wireless/ath/ath11k/wmi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h index 5d20f57..f277d60 100644 --- a/drivers/net/wireless/ath/ath11k/wmi.h +++ b/drivers/net/wireless/ath/ath11k/wmi.h @@ -2884,8 +2884,6 @@ struct wmi_service_available_event { struct ath11k_pdev_wmi { struct ath11k_wmi_base *wmi_sc; enum ath11k_htc_ep_id eid; - struct completion service_ready; - struct completion unified_ready; const struct wmi_peer_flags_map *peer_flags; u32 rx_decap_mode; }; -- 1.9.1 _______________________________________________ ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k