summary refs log tree commit diff
diff options
context:
space:
mode:
authorStephen Boyd <swboyd@chromium.org>2021-08-23 16:51:19 -0700
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-09-13 10:24:05 -0500
commitd4d47ba71df51ad737bc129e12ce40739fcd93d6 (patch)
tree4e265f8f91c9a90f813ed7069ad9a8b323c1bbdf
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff)
downloadlinux-d4d47ba71df51ad737bc129e12ce40739fcd93d6.tar.gz
remoteproc: qcom: wcnss: Drop unused smd include
This include isn't used anymore because the smd functions have been
moved to the qcom_common.c file.

Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20210823235120.1203512-1-swboyd@chromium.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r--drivers/remoteproc/qcom_wcnss.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/remoteproc/qcom_wcnss.c b/drivers/remoteproc/qcom_wcnss.c
index ebadc6c08e11..80bbafee9846 100644
--- a/drivers/remoteproc/qcom_wcnss.c
+++ b/drivers/remoteproc/qcom_wcnss.c
@@ -25,7 +25,6 @@
 #include <linux/soc/qcom/mdt_loader.h>
 #include <linux/soc/qcom/smem.h>
 #include <linux/soc/qcom/smem_state.h>
-#include <linux/rpmsg/qcom_smd.h>
 
 #include "qcom_common.h"
 #include "remoteproc_internal.h"