Commit 27143fa9 authored by Govind Singh's avatar Govind Singh Committed by Kalle Valo
Browse files

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: default avatarGovind Singh <govinds@codeaurora.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200506094400.4740-4-govinds@codeaurora.org
parent 630ad41c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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"
+2 −0
Original line number Diff line number Diff line
@@ -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

+0 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
Loading