]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ath10k: remove duplicated includes
authorYueHaibing <yuehaibing@huawei.com>
Thu, 13 Sep 2018 14:01:21 +0000 (22:01 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 1 Oct 2018 13:57:18 +0000 (16:57 +0300)
remove duplicated include from ath10k driver.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/htt.h
drivers/net/wireless/ath/ath10k/mac.c
drivers/net/wireless/ath/ath10k/wmi-tlv.c

index 3a7f8383871d4fb089b060818134251c0880dd6e..a76f7c9e2199563ffb2fe65ab4e1f9f072467d98 100644 (file)
@@ -29,7 +29,6 @@
 #include "htc.h"
 #include "hw.h"
 #include "rx_desc.h"
-#include "hw.h"
 
 enum htt_dbg_stats_type {
        HTT_DBG_STATS_WAL_PDEV_TXRX = 1 << 0,
index 0d4cdc6c74cb2262328cfae5583f002fe650bfe9..79b3da25a1a106365b786eff0d81fcd9a5e82c4a 100644 (file)
@@ -30,7 +30,6 @@
 #include "htt.h"
 #include "txrx.h"
 #include "testmode.h"
-#include "wmi.h"
 #include "wmi-tlv.h"
 #include "wmi-ops.h"
 #include "wow.h"
index 0f78a0d42ebc407625bfb1438aa33984414e4314..731ceaed4d5a07bd8bede4a3ab78463a7258935c 100644 (file)
@@ -19,7 +19,6 @@
 #include "debug.h"
 #include "mac.h"
 #include "hw.h"
-#include "mac.h"
 #include "wmi.h"
 #include "wmi-ops.h"
 #include "wmi-tlv.h"