summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorKrzysztof Halasa <khc@pm.waw.pl>2010-12-20 23:42:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-12-21 09:02:40 +0100
commit8f0daf3a7d101539d5665ca3e488cba26b1c1b92 (patch)
treeea6785a0070b0525131ad4f91845f324350e802a /include/net.h
parent5512fd7ead3c49a16c242c4cfb63b054be09397e (diff)
downloadbarebox-8f0daf3a7d101539d5665ca3e488cba26b1c1b92.tar.gz
barebox-8f0daf3a7d101539d5665ca3e488cba26b1c1b92.tar.xz
Remove unused eth_get_name() prototype.
Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net.h b/include/net.h
index ccaab8b35f..2d28fee7da 100644
--- a/include/net.h
+++ b/include/net.h
@@ -56,7 +56,6 @@ int eth_open(void); /* open the device */
int eth_send(void *packet, int length); /* Send a packet */
int eth_rx(void); /* Check for received packets */
void eth_halt(void); /* stop SCC */
-char *eth_get_name(void); /* get name of current device */
/*
* Ethernet header