diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-22 10:28:57 +0000 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-22 23:17:12 -0500 |
commit | bb901574922dcf9c97c33bc04fba3ba539397527 (patch) | |
tree | 2d299efa312d8b5c9b7982fb5c92b55c564a1bbd /board/prodrive | |
parent | 7ae84d56736e3348b7781fc1bb2911b3dfc23a0e (diff) |
net: Remove redefinitions of net.h functions
Some copy/pasted drivers redefine functions
defined in include/net.h. Remove these so that
the definitions can be changed without error.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/prodrive')
-rw-r--r-- | board/prodrive/p3mx/mv_eth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/prodrive/p3mx/mv_eth.c b/board/prodrive/p3mx/mv_eth.c index 9e3213bdff4..976cb0bc986 100644 --- a/board/prodrive/p3mx/mv_eth.c +++ b/board/prodrive/p3mx/mv_eth.c @@ -109,8 +109,6 @@ int phy_setup_aneg (char *devname, unsigned char addr); #ifndef UPDATE_STATS_BY_SOFTWARE static void mv64460_eth_print_stat (struct eth_device *dev); #endif -/* Processes a received packet */ -extern void NetReceive (volatile uchar *, int); extern unsigned int INTERNAL_REG_BASE_ADDR; |