diff mbox series

[1/2] remoteproc: qcom: wcnss: Drop unused smd include

Message ID 20210823235120.1203512-1-swboyd@chromium.org (mailing list archive)
State Accepted
Commit d4d47ba71df51ad737bc129e12ce40739fcd93d6
Headers show
Series [1/2] remoteproc: qcom: wcnss: Drop unused smd include | expand

Commit Message

Stephen Boyd Aug. 23, 2021, 11:51 p.m. UTC
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>
---
 drivers/remoteproc/qcom_wcnss.c | 1 -
 1 file changed, 1 deletion(-)


base-commit: 36a21d51725af2ce0700c6ebcb6b9594aac658a6

Comments

patchwork-bot+linux-remoteproc@kernel.org Sept. 14, 2021, 10:50 p.m. UTC | #1
Hello:

This series was applied to andersson/remoteproc.git (refs/heads/for-next):

On Mon, 23 Aug 2021 16:51:19 -0700 you wrote:
> 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>
> ---
>  drivers/remoteproc/qcom_wcnss.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> [...]

Here is the summary with links:
  - [1/2] remoteproc: qcom: wcnss: Drop unused smd include
    https://git.kernel.org/andersson/remoteproc/c/d4d47ba71df5
  - [2/2] remoteproc: qcom: Loosen dependency on RPMSG_QCOM_SMD
    https://git.kernel.org/andersson/remoteproc/c/fc1b6b643958

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/drivers/remoteproc/qcom_wcnss.c b/drivers/remoteproc/qcom_wcnss.c
index f1cbc6b2edbb..33d786b93775 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"