9
0
Fork 0

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>
This commit is contained in:
Krzysztof Halasa 2010-12-20 23:42:17 +01:00 committed by Sascha Hauer
parent 5512fd7ead
commit 8f0daf3a7d
1 changed files with 0 additions and 1 deletions

View File

@ -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