From: Stephen Boyd Date: Mon, 23 Aug 2021 23:51:19 +0000 (-0700) Subject: remoteproc: qcom: wcnss: Drop unused smd include X-Git-Tag: v6.1-rc5~2680^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4d47ba71df51ad737bc129e12ce40739fcd93d6;p=platform%2Fkernel%2Flinux-starfive.git 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 Link: https://lore.kernel.org/r/20210823235120.1203512-1-swboyd@chromium.org Signed-off-by: Bjorn Andersson --- diff --git a/drivers/remoteproc/qcom_wcnss.c b/drivers/remoteproc/qcom_wcnss.c index ebadc6c..80bbafe 100644 --- a/drivers/remoteproc/qcom_wcnss.c +++ b/drivers/remoteproc/qcom_wcnss.c @@ -25,7 +25,6 @@ #include #include #include -#include #include "qcom_common.h" #include "remoteproc_internal.h"