From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gD2Hm-0001sT-Q0 for barebox@lists.infradead.org; Thu, 18 Oct 2018 06:59:59 +0000 Date: Thu, 18 Oct 2018 08:59:47 +0200 From: Sascha Hauer Message-ID: <20181018065947.xwv4zh43rcbbvzbm@pengutronix.de> References: <20181016195022.24904-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20181016195022.24904-1-o.rempel@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH v1 1/2] ratp: fix compile warnings To: Oleksij Rempel Cc: barebox@lists.infradead.org On Tue, Oct 16, 2018 at 09:50:21PM +0200, Oleksij Rempel wrote: > Signed-off-by: Oleksij Rempel > --- > common/ratp/ratp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks Sascha > > 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 > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox