diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-01-27 13:28:32 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-02-06 19:57:24 +0300 |
commit | bde440eee27021617fcd33000209925cdc67db12 (patch) | |
tree | b592f05da14b897d456d933487161aa953f9b258 /drivers/remoteproc/qcom_adsp_pil.c | |
parent | e7fd25226295270cc248254e7406d1e19181aea9 (diff) | |
download | linux-bde440eee27021617fcd33000209925cdc67db12.tar.xz |
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.c | 1 |
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" |