mirror of https://lore.kernel.org/lkml/
 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
  2021-01-06  7:27 ` kernel test robot
  0 siblings, 2 replies; 5+ 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	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-06  7:29 UTC | newest]

Thread overview: 5+ 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
     [not found]   ` <X/U2MmdpU96WdUGw@builder.lan>
2021-01-06  4:19     ` Alex Elder
2021-01-06  4:23       ` Bjorn Andersson
2021-01-06  7:27 ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®