Re: [PATCH] net: phy: mdio-gpio.c: fix "no previous prototype" warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Mar 24, 2017 at 06:39:54AM +0300, Antony Pavlov wrote:
> The patch fixes this compiler's warning:
> 
> drivers/net/phy/mdio-gpio.c:48:24: warning: no previous prototype
>         for 'mdio_gpio_of_get_info' [-Wmissing-prototypes]
>  struct mdio_gpio_info *mdio_gpio_of_get_info(struct device_d *dev)
>                         ^
> 
> Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx>
> ---
>  drivers/net/phy/mdio-gpio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

> 
> diff --git a/drivers/net/phy/mdio-gpio.c b/drivers/net/phy/mdio-gpio.c
> index a839f2dee..a846fb28e 100644
> --- a/drivers/net/phy/mdio-gpio.c
> +++ b/drivers/net/phy/mdio-gpio.c
> @@ -45,7 +45,7 @@ struct mdio_gpio_info {
>  	int mdc_active_low, mdio_active_low, mdo_active_low;
>  };
>  
> -struct mdio_gpio_info *mdio_gpio_of_get_info(struct device_d *dev)
> +static struct mdio_gpio_info *mdio_gpio_of_get_info(struct device_d *dev)
>  {
>  	int ret;
>  	enum of_gpio_flags flags;
> -- 
> 2.11.0
> 
> 

-- 
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



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux