diff options
author | wdenk <wdenk> | 2004-06-06 22:11:41 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-06 22:11:41 +0000 |
commit | 5ca2679933142f7bf2996590b2e318c298664748 (patch) | |
tree | 4a1fea7b28c526ad542e50e6baf9dc4a90f7ab57 /drivers/lan91c96.h | |
parent | 17ea11774332a7e8702effd357595ce4a56f89d5 (diff) | |
download | u-boot-imx-5ca2679933142f7bf2996590b2e318c298664748.zip u-boot-imx-5ca2679933142f7bf2996590b2e318c298664748.tar.gz u-boot-imx-5ca2679933142f7bf2996590b2e318c298664748.tar.bz2 |
Patch by Dave Peverley, 29 Apr 2004:
add MAC address detection to smc91111 driver
Diffstat (limited to 'drivers/lan91c96.h')
-rw-r--r-- | drivers/lan91c96.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/lan91c96.h b/drivers/lan91c96.h index 4eb7d7f..5c2afce 100644 --- a/drivers/lan91c96.h +++ b/drivers/lan91c96.h @@ -52,7 +52,6 @@ */ void smc_set_mac_addr(const char *addr); -int eth_hw_init(void); /* I want some simple types */ |