mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v1 1/2] ratp: fix compile warnings
@ 2018-10-16 19:50 Oleksij Rempel
  2018-10-16 19:50 ` [PATCH v1 2/2] fs/devfs: " Oleksij Rempel
  2018-10-18  6:59 ` [PATCH v1 1/2] ratp: " Sascha Hauer
  0 siblings, 2 replies; 6+ messages in thread
From: Oleksij Rempel @ 2018-10-16 19:50 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 common/ratp/ratp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/ratp/ratp.c b/common/ratp/ratp.c
index fae9cec5b9..9aea1786d6 100644
--- a/common/ratp/ratp.c
+++ b/common/ratp/ratp.c
@@ -72,7 +72,7 @@ int register_ratp_command(struct ratp_command *cmd)
 }
 EXPORT_SYMBOL(register_ratp_command);
 
-struct ratp_command *find_ratp_request(uint16_t request_id)
+static struct ratp_command *find_ratp_request(uint16_t request_id)
 {
 	struct ratp_command *cmdtp;
 
-- 
2.19.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-10-18  6:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-16 19:50 [PATCH v1 1/2] ratp: fix compile warnings Oleksij Rempel
2018-10-16 19:50 ` [PATCH v1 2/2] fs/devfs: " Oleksij Rempel
2018-10-17  9:22   ` Roland Hieber
2018-10-17  9:44     ` Oleksij Rempel
2018-10-17  9:55       ` Lucas Stach
2018-10-18  6:59 ` [PATCH v1 1/2] ratp: " Sascha Hauer

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