All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rpmsg: glink: add a header file
@ 2021-01-05 23:55 Alex Elder
  2021-01-06  2:42   ` kernel test robot
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Alex Elder @ 2021-01-05 23:55 UTC (permalink / raw)
  To: bjorn.andersson, agross, ohad
  Cc: linux-arm-msm, linux-remoteproc, linux-kernel

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 <elder@linaro.org>
---
 drivers/rpmsg/qcom_glink_ssr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rpmsg/qcom_glink_ssr.c b/drivers/rpmsg/qcom_glink_ssr.c
index dcd1ce6169747..4da6c7d985568 100644
--- a/drivers/rpmsg/qcom_glink_ssr.c
+++ b/drivers/rpmsg/qcom_glink_ssr.c
@@ -8,6 +8,7 @@
 #include <linux/module.h>
 #include <linux/notifier.h>
 #include <linux/rpmsg.h>
+#include <linux/rpmsg/qcom_glink.h>
 #include <linux/remoteproc/qcom_rproc.h>
 
 /**
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-03-01 20:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-05 23:55 [PATCH] rpmsg: glink: add a header file Alex Elder
2021-01-06  2:42 ` kernel test robot
2021-01-06  2:42   ` kernel test robot
2021-01-06  4:01   ` Bjorn Andersson
2021-01-06  4:19     ` Alex Elder
2021-01-06  4:19       ` Alex Elder
2021-01-06  4:23       ` Bjorn Andersson
2021-01-06  4:23         ` Bjorn Andersson
2021-01-06  4:30 ` patchwork-bot+linux-remoteproc
2021-01-06  7:27 ` kernel test robot
2021-01-06  7:27   ` kernel test robot
2021-03-01 19:59 ` patchwork-bot+linux-arm-msm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.