summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/snoc.h
diff options
context:
space:
mode:
authorBrian Norris <briannorris@chromium.org>2018-06-11 14:09:44 -0700
committerKalle Valo <kvalo@codeaurora.org>2018-06-14 18:15:01 +0300
commit8ac5fe8e3d110eaff47dd2becf98b08762c84c75 (patch)
tree66618a134241e5f5134f17aaa6b466acd5ee058f /drivers/net/wireless/ath/ath10k/snoc.h
parent426a0f0b5a2fe1df3496ba299ee3521159dba302 (diff)
downloadtalos-op-linux-8ac5fe8e3d110eaff47dd2becf98b08762c84c75.tar.gz
talos-op-linux-8ac5fe8e3d110eaff47dd2becf98b08762c84c75.zip
ath10k: snoc: stop including pci.h
It's easier to violate abstractions and introduce bugs when snoc.h is including pci.h. Let's not do that. I'm not extremely familiar with this driver yet, but several of the shared PCI/SNOC bits seem to be related to the Copy Engine, so move them to ce.h. Signed-off-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/snoc.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/snoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/snoc.h b/drivers/net/wireless/ath/ath10k/snoc.h
index 05dc98f46ccd..f9e530189d48 100644
--- a/drivers/net/wireless/ath/ath10k/snoc.h
+++ b/drivers/net/wireless/ath/ath10k/snoc.h
@@ -19,7 +19,6 @@
#include "hw.h"
#include "ce.h"
-#include "pci.h"
struct ath10k_snoc_drv_priv {
enum ath10k_hw_rev hw_rev;
OpenPOWER on IntegriCloud