net: Fix remaining API interface breakage
[platform/kernel/u-boot.git] / board / Marvell / db64360 / mv_eth.h
index 943d30b..bd8e05d 100644 (file)
@@ -37,8 +37,7 @@
 #include <common.h>
 #include <net.h>
 #include "mv_regs.h"
-#include "../common/ppc_error_no.h"
-
+#include <asm/errno.h>
 
 /*************************************************************************
 **************************************************************************
@@ -168,9 +167,7 @@ struct mv64360_eth_priv {
 
 int mv64360_eth_init (struct eth_device *dev);
 int mv64360_eth_stop (struct eth_device *dev);
-int mv64360_eth_start_xmit (struct eth_device*, volatile void* packet, int length);
-/*     return db64360_eth0_poll(); */
-
+int mv64360_eth_start_xmit(struct eth_device *dev, void *packet, int length);
 int mv64360_eth_open (struct eth_device *dev);