diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-01-27 02:28:32 -0800 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-02-06 08:57:24 -0800 |
commit | bde440eee27021617fcd33000209925cdc67db12 (patch) | |
tree | b592f05da14b897d456d933487161aa953f9b258 /drivers/remoteproc/qcom_wcnss.c | |
parent | e7fd25226295270cc248254e7406d1e19181aea9 (diff) | |
download | linux-bde440eee27021617fcd33000209925cdc67db12.tar.bz2 |
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_wcnss.c')
-rw-r--r-- | drivers/remoteproc/qcom_wcnss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/qcom_wcnss.c b/drivers/remoteproc/qcom_wcnss.c index ebd61f5d18bb..f158f8243b04 100644 --- a/drivers/remoteproc/qcom_wcnss.c +++ b/drivers/remoteproc/qcom_wcnss.c @@ -32,6 +32,7 @@ #include <linux/soc/qcom/smem_state.h> #include <linux/rpmsg/qcom_smd.h> +#include "qcom_common.h" #include "qcom_mdt_loader.h" #include "remoteproc_internal.h" #include "qcom_wcnss.h" |