From bf36d5d6981012a44fdf38da1ec3a5966920c843 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 16 Oct 2018 21:50:21 +0200 Subject: ratp: fix compile warnings Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- common/ratp/ratp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/ratp') 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; -- cgit v1.2.3