]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: eepro100: Add initialized eth_device structure
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 19 Oct 2010 05:03:41 +0000 (14:03 +0900)
committerWolfgang Denk <wd@denx.de>
Sun, 14 Nov 2010 22:17:41 +0000 (23:17 +0100)
commit72c4c33e9835f370ec5509c3c18c9d4741de025f
tree54b85749906a85d01c882c5deeff4e0455a9c57b
parentbe44f75887f27400e3abcf69886c8a3663f23bac
net: eepro100: Add initialized eth_device structure

eepro100 driver does not have write_hwaddr function.
However, eth stuff executes write_hwaddr function
because eth_device structure has not been initialized.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Ben Warren <biggerbadderben@gmail.com>
drivers/net/eepro100.c