[U-Boot] [PATCH] AX88180: add missing init prototype

Ben Warren biggerbadderben at gmail.com
Mon Jun 21 07:38:56 CEST 2010


Hi Mike,

On 5/10/2010 1:08 PM, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger<vapier at gentoo.org>
> ---
>   include/netdev.h |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/netdev.h b/include/netdev.h
> index 882642a..99344ce 100644
> --- a/include/netdev.h
> +++ b/include/netdev.h
> @@ -43,6 +43,7 @@ int cpu_eth_init(bd_t *bis);
>   /* Driver initialization prototypes */
>   int altera_tse_initialize(u8 dev_num, int mac_base,
>   			  int sgdma_rx_base, int sgdma_tx_base);
> +int ax88180_initialize(bd_t *bis);
>   int au1x00_enet_initialize(bd_t*);
>   int at91emac_register(bd_t *bis, unsigned long iobase);
>   int bfin_EMAC_initialize(bd_t *bis);
>    
Applied to net/next.

regards,
Ben


More information about the U-Boot mailing list