commit | fe7f1883b704452224af9e8db002a4261a26540d | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Tue Oct 19 14:03:47 2010 +0900 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 14 23:17:46 2010 +0100 |
tree | 2282c361ea4b2d28ef3b80f216a5352c0e7b3940 | |
parent | 7faeb9976a455adbfad30c4b84d3e7b6c22a8fda [diff] |
net: uli526x: Add initialized eth_device structure uli526x 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>