aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/hal_tx.h
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/hal_tx.h
parentath11k: Add drv private for bus opaque struct (diff)
downloadlinux-27143fa93c3b000c968992ca2620e784249862d3.tar.xz
linux-27143fa93c3b000c968992ca2620e784249862d3.zip
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/hal_tx.h')
-rw-r--r--drivers/net/wireless/ath/ath11k/hal_tx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath11k/hal_tx.h b/drivers/net/wireless/ath/ath11k/hal_tx.h
index ce48a61bfb66..d4760a20fdac 100644
--- a/drivers/net/wireless/ath/ath11k/hal_tx.h
+++ b/drivers/net/wireless/ath/ath11k/hal_tx.h
@@ -7,6 +7,7 @@
#define ATH11K_HAL_TX_H
#include "hal_desc.h"
+#include "core.h"
#define HAL_TX_ADDRX_EN 1
#define HAL_TX_ADDRY_EN 2