summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/qcom_adsp_pil.c
diff options
context:
space:
mode:
authorBjorn Andersson2017-01-27 11:28:32 +0100
committerBjorn Andersson2017-02-06 17:57:24 +0100
commitbde440eee27021617fcd33000209925cdc67db12 (patch)
treeb592f05da14b897d456d933487161aa953f9b258 /drivers/remoteproc/qcom_adsp_pil.c
parentremoteproc: qcom: q6v5: Decouple driver from MDT loader (diff)
downloadkernel-qcow2-linux-bde440eee27021617fcd33000209925cdc67db12.tar.gz
kernel-qcow2-linux-bde440eee27021617fcd33000209925cdc67db12.tar.xz
kernel-qcow2-linux-bde440eee27021617fcd33000209925cdc67db12.zip
remoteproc: qcom: Extract non-mdt related helper
In preparation for moving the mdt loader out of remoteproc let's move the somewhat unrelated resource table dummy helper to a Qualcomm "common" file. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/qcom_adsp_pil.c')
-rw-r--r--drivers/remoteproc/qcom_adsp_pil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/qcom_adsp_pil.c b/drivers/remoteproc/qcom_adsp_pil.c
index a65351ea1889..4fb4c4b47875 100644
--- a/drivers/remoteproc/qcom_adsp_pil.c
+++ b/drivers/remoteproc/qcom_adsp_pil.c
@@ -29,6 +29,7 @@
#include <linux/soc/qcom/smem.h>
#include <linux/soc/qcom/smem_state.h>
+#include "qcom_common.h"
#include "qcom_mdt_loader.h"
#include "remoteproc_internal.h"