summaryrefslogtreecommitdiff
path: root/board/esd/cpci750/mv_eth.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-05-22 18:36:19 (GMT)
committerJoe Hershberger <joe.hershberger@ni.com>2012-05-23 19:19:21 (GMT)
commit10cbe3b6a4b2289906fc94bb26810191607ee748 (patch)
treeaeb321b6e60c0edeb025a73955651dc064e962ec /board/esd/cpci750/mv_eth.h
parentd1527b55f5ab162f2d17600ffc2744c2ea39d356 (diff)
downloadu-boot-10cbe3b6a4b2289906fc94bb26810191607ee748.tar.xz
net: Fix remaining API interface breakage
These are all the files which use the API incorrectly but did not get built using MAKEALL -a powerpc|arm. I have no compiler for them, but the remaining issues should be far less than without this patch. Any outstanding issues are left to the maintainers of boards that use these drivers. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'board/esd/cpci750/mv_eth.h')
-rw-r--r--board/esd/cpci750/mv_eth.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/esd/cpci750/mv_eth.h b/board/esd/cpci750/mv_eth.h
index b761135..3d0cb10 100644
--- a/board/esd/cpci750/mv_eth.h
+++ b/board/esd/cpci750/mv_eth.h
@@ -168,9 +168,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);