From: Alex Elder Date: Tue, 5 Jan 2021 23:55:28 +0000 (-0600) Subject: rpmsg: glink: add include of header file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3e35772bc1e42287c8f4c70055deb5e3f5a3e8b5;p=linux.git rpmsg: glink: add include of header file With an x86_64 architecture W=1 build, qcom_glink_ssr_notify() is reported as having no previous prototype. The prototype is found in "qcom_glink.h", so we just need "qcom_glink_ssr.c" to include that file. Signed-off-by: Alex Elder Link: https://lore.kernel.org/r/20210105235528.32538-1-elder@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/drivers/rpmsg/qcom_glink_ssr.c b/drivers/rpmsg/qcom_glink_ssr.c index 1fc2bf5354f50..dea929c6045d6 100644 --- a/drivers/rpmsg/qcom_glink_ssr.c +++ b/drivers/rpmsg/qcom_glink_ssr.c @@ -8,6 +8,7 @@ #include #include #include +#include #include /**