summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */