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

Signed-off-by: Mike Frysinger vapier@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);

sorry Louis, forgot to cc you. ive posted some AX88180 patches for u-boot you might want to review. -mike

Ben: ive pushed all these AX88180 patches to here so you can pull them in order easier: git://git.denx.de/u-boot-blackfin.git for-net -mike

Thanks Mike,
On Mon, May 10, 2010 at 11:43 PM, Mike Frysinger vapier@gentoo.org wrote:
Ben: ive pushed all these AX88180 patches to here so you can pull them in order easier: git://git.denx.de/u-boot-blackfin.git for-net -mike
Sorry for the delay. I'll try to take care of this tomorrow.
regards, Ben

Hi Mike,
On 5/10/2010 1:08 PM, Mike Frysinger wrote:
Signed-off-by: Mike Frysingervapier@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
participants (2)
-
Ben Warren
-
Mike Frysinger