summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-19 15:41:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-13 11:02:15 +0200
commitfaa61661cf6373dd606a34af9c082c0bb521126a (patch)
tree8e9ebc0c9d9b88380103e86bec69274c2b0d9078 /include/net.h
parent5619409df605d0e4be9e387f6160fd1fc8a08284 (diff)
downloadbarebox-faa61661cf6373dd606a34af9c082c0bb521126a.tar.gz
barebox-faa61661cf6373dd606a34af9c082c0bb521126a.tar.xz
only the ping code is interested in the ping ip
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net.h b/include/net.h
index b055730fc9..c09868cd42 100644
--- a/include/net.h
+++ b/include/net.h
@@ -305,8 +305,6 @@ typedef enum { BOOTP, RARP, ARP, TFTP, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP
/* from net/net.c */
extern char BootFile[128]; /* Boot File name */
-extern IPaddr_t NetPingIP; /* the ip address to ping */
-
/* when CDP completes these hold the return values */
extern ushort CDPNativeVLAN;
extern ushort CDPApplianceVLAN;