summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/htc.c
diff options
context:
space:
mode:
authorGovind Singh <govinds@codeaurora.org>2020-05-08 05:55:48 +0300
committerKalle Valo <kvalo@codeaurora.org>2020-05-11 15:35:06 +0300
commit27143fa93c3b000c968992ca2620e784249862d3 (patch)
treebb0ad1863b5ffdf5a528ce26e9f00f3bbf63bbdd /drivers/net/wireless/ath/ath11k/htc.c
parent630ad41c195c7064d16cbe7c53a65f276efcb02c (diff)
downloadlinux-27143fa93c3b000c968992ca2620e784249862d3.tar.xz
ath11k: Remove bus layer includes from upper layer
Bus level header files needs to be abstracted by upper layer. Remove bus layer includes by adding appropriate header files. Signed-off-by: Govind Singh <govinds@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200506094400.4740-4-govinds@codeaurora.org
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/htc.c')
-rw-r--r--drivers/net/wireless/ath/ath11k/htc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/htc.c b/drivers/net/wireless/ath/ath11k/htc.c
index 1909fc3287ba..ad13c648b679 100644
--- a/drivers/net/wireless/ath/ath11k/htc.c
+++ b/drivers/net/wireless/ath/ath11k/htc.c
@@ -5,7 +5,6 @@
#include <linux/skbuff.h>
#include <linux/ctype.h>
-#include "ahb.h"
#include "debug.h"
#include "hif.h"