summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-19 15:38:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-13 11:02:15 +0200
commit5619409df605d0e4be9e387f6160fd1fc8a08284 (patch)
tree03e229ef006f542a676de4d29f919ddcc0820f8f /net
parent4d0670f2271f162c4d36c156f16cc4b88a1e7ad7 (diff)
downloadbarebox-5619409df605d0e4be9e387f6160fd1fc8a08284.tar.gz
barebox-5619409df605d0e4be9e387f6160fd1fc8a08284.tar.xz
net: remove dead code
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net')
-rw-r--r--net/net.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/net.c b/net/net.c
index 1730829b06..57f4044bad 100644
--- a/net/net.c
+++ b/net/net.c
@@ -87,10 +87,6 @@
#include "tftp.h"
#include "rarp.h"
#include "nfs.h"
-#ifdef CONFIG_STATUS_LED
-#include <status_led.h>
-#include <miiphy.h>
-#endif
#ifdef CONFIG_NET_SNTP
#include "sntp.h"
#endif
@@ -150,11 +146,6 @@ IPaddr_t NetNtpServerIP; /* NTP server IP address */
int NetTimeOffset=0; /* offset time from UTC */
#endif
-#ifdef CONFIG_NETCONSOLE
-void NcStart(void);
-int nc_input_packet(uchar *pkt, unsigned dest, unsigned src, unsigned len);
-#endif
-
uchar PktBuf[(PKTBUFSRX+1) * PKTSIZE_ALIGN + PKTALIGN];
uchar *NetRxPackets[PKTBUFSRX]; /* Receive packets */