summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-17 00:00:53 -0500
committerWolfgang Denk <wd@denx.de>2009-03-20 22:39:09 +0100
commitb6446b67758ea1e41223f0782924bb73fd0a89d0 (patch)
tree6d96ce0bb34d3be4f09de423721095c1c6b8b1aa /include/net.h
parent6c6166f52983dac775e3852f9d0f49d033f27108 (diff)
downloadblackbird-obmc-uboot-b6446b67758ea1e41223f0782924bb73fd0a89d0.tar.gz
blackbird-obmc-uboot-b6446b67758ea1e41223f0782924bb73fd0a89d0.zip
convert print_IPaddr() to %pI4
Now that our printf functions support the %pI4 modifier like the kernel, let's drop the inflexible print_IPaddr() function and covert over to the %pI4 modifier. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net.h b/include/net.h
index b192db1938..bd061d9e76 100644
--- a/include/net.h
+++ b/include/net.h
@@ -408,9 +408,6 @@ extern int NetSendUDPPacket(uchar *ether, IPaddr_t dest, int dport, int sport, i
/* Processes a received packet */
extern void NetReceive(volatile uchar *, int);
-/* Print an IP address on the console */
-extern void print_IPaddr (IPaddr_t);
-
/*
* The following functions are a bit ugly, but necessary to deal with
* alignment restrictions on ARM.
OpenPOWER on IntegriCloud