]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ath11k: Remove bus layer includes from upper layer
authorGovind Singh <govinds@codeaurora.org>
Fri, 8 May 2020 02:55:48 +0000 (05:55 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 11 May 2020 12:35:06 +0000 (15:35 +0300)
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
drivers/net/wireless/ath/ath11k/core.c
drivers/net/wireless/ath/ath11k/hal.c
drivers/net/wireless/ath/ath11k/hal_desc.h
drivers/net/wireless/ath/ath11k/hal_rx.c
drivers/net/wireless/ath/ath11k/hal_tx.c
drivers/net/wireless/ath/ath11k/hal_tx.h
drivers/net/wireless/ath/ath11k/htc.c

index a91eae6a4e5745ae02ccf775130863f064767582..02501cc154feebcce06b4f37f07cb0f6053d3a9c 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/slab.h>
 #include <linux/remoteproc.h>
 #include <linux/firmware.h>
-#include "ahb.h"
 #include "core.h"
 #include "dp_tx.h"
 #include "dp_rx.h"
index 6d937674215e11a7589c19b7342cea4a4007ef11..d63785178afab3e962841632d59d51d079b52dc2 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
  */
 #include <linux/dma-mapping.h>
-#include "ahb.h"
 #include "hal_tx.h"
 #include "debug.h"
 #include "hal_desc.h"
index a1f747c1c44d48a6c30d447566d066b50636b73e..8a592814efa00d6b07cbf27062220c2617698ea4 100644 (file)
@@ -2,6 +2,8 @@
 /*
  * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
  */
+#include "core.h"
+
 #ifndef ATH11K_HAL_DESC_H
 #define ATH11K_HAL_DESC_H
 
index 69b0248a7bafe1e3a30a08c21633a68c11bdb9f3..129c9e1efeb9f51b118872eaaeea14020d0d55a7 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
  */
 
-#include "ahb.h"
 #include "debug.h"
 #include "hal.h"
 #include "hal_tx.h"
index b364c077c1f7a19313f4f23845cd3c8e936b437d..81937c29ffca7dc0792879b36943786ff3f45fec 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
  */
 
-#include "ahb.h"
+#include "hal_desc.h"
 #include "hal.h"
 #include "hal_tx.h"
 #include "hif.h"
index ce48a61bfb6672dc7706b4b983548ea895cbce5c..d4760a20fdacbc6c7c244d11f81b2e055de38d08 100644 (file)
@@ -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
index 1909fc3287ba34edd309e6a518a39b1ed15097b6..ad13c648b679e363ea7fc233ae75afb4c8eed2c1 100644 (file)
@@ -5,7 +5,6 @@
 #include <linux/skbuff.h>
 #include <linux/ctype.h>
 
-#include "ahb.h"
 #include "debug.h"
 #include "hif.h"