On Thu, Nov 15, 2018 at 10:56:58AM -0800, Andrey Smirnov wrote: > Mark mc13xxx_adc_do_conversion() static because it is not used outside > the source file. > > Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> > --- > drivers/aiodev/mc13xxx_adc.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Applied, thanks. More of these please ;) Sascha > > diff --git a/drivers/aiodev/mc13xxx_adc.c b/drivers/aiodev/mc13xxx_adc.c > index 4e7204816..d445d1ec6 100644 > --- a/drivers/aiodev/mc13xxx_adc.c > +++ b/drivers/aiodev/mc13xxx_adc.c > @@ -75,8 +75,9 @@ to_mc13xx_adc_data(struct aiochannel *chan) > return container_of(chan->aiodev, struct mc13xx_adc_data, aiodev); > } > > -int mc13xxx_adc_do_conversion(struct mc13xxx *mc13xxx, > - unsigned int channel, unsigned int *sample) > +static int mc13xxx_adc_do_conversion(struct mc13xxx *mc13xxx, > + unsigned int channel, > + unsigned int *sample) > { > int i; > int timeout = 100; > -- > 2.19.1 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > 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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox