From: Stephen Boyd Date: Mon, 23 Aug 2021 23:51:19 +0000 (-0700) Subject: remoteproc: qcom: wcnss: Drop unused smd include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d4d47ba71df51ad737bc129e12ce40739fcd93d6;p=linux.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 ebadc6c08e116..80bbafee98463 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"