[PATCH] spi: fix compiler warning

Sascha Hauer s.hauer at pengutronix.de
Sat Jan 26 17:13:48 EST 2013


On Sat, Jan 26, 2013 at 11:28:08AM +0400, Antony Pavlov wrote:
> Fixes:
>  drivers/spi/spi.c:59: warning: no previous prototype for 'spi_new_device'
> 
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>

Applied, thanks

Sascha

> ---
>  include/spi/spi.h |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/spi/spi.h b/include/spi/spi.h
> index d6570a4..fa76e9b 100644
> --- a/include/spi/spi.h
> +++ b/include/spi/spi.h
> @@ -342,6 +342,8 @@ spi_transfer_del(struct spi_transfer *t)
>  
>  int spi_sync(struct spi_device *spi, struct spi_message *message);
>  
> +struct spi_device *spi_new_device(struct spi_master *master,
> +				  struct spi_board_info *chip);
>  int spi_register_master(struct spi_master *master);
>  
>  #ifdef CONFIG_SPI
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at 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 |



More information about the barebox mailing list