Fix breakage in SMC EEPROM standalone applications
[oweals/u-boot.git] / examples / standalone / smc91111_eeprom.c
index 428ea7bd2faae36f48c82f295d275efb55560f6d..9145763e30ce3319e47573d00c6df42e7ce518a2 100644 (file)
@@ -29,8 +29,6 @@
 
 #include <common.h>
 #include <exports.h>
-/* the smc91111.h gets base addr through eth_device' iobase */
-struct eth_device { unsigned long iobase; };
 #include "../drivers/net/smc91111.h"
 
 #ifndef SMC91111_EEPROM_INIT