[U-Boot] [PATCHv2] net: Fix faulty definition of uec_initialize()
Ben Warren
biggerbadderben at gmail.com
Tue Aug 31 08:02:07 CEST 2010
Hi Jocke,
On 8/19/2010 12:37 AM, Joakim Tjernlund wrote:
> The correct definition is in drivers/qe/uec.h so just
> remove this one.
>
> Signed-off-by: Joakim Tjernlund<Joakim.Tjernlund at transmode.se>
> ---
> include/netdev.h | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/include/netdev.h b/include/netdev.h
> index 882642a..65833e2 100644
> --- a/include/netdev.h
> +++ b/include/netdev.h
> @@ -83,7 +83,6 @@ int skge_initialize(bd_t *bis);
> int smc911x_initialize(u8 dev_num, int base_addr);
> int smc91111_initialize(u8 dev_num, int base_addr);
> int tsi108_eth_initialize(bd_t *bis);
> -int uec_initialize(int index);
> int uec_standard_init(bd_t *bis);
> int uli526x_initialize(bd_t *bis);
> int sh_eth_initialize(bd_t *bis);
Applied to net/next
regards,
Ben
More information about the U-Boot
mailing list