]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: uli526x: Add initialized eth_device structure
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 19 Oct 2010 05:03:47 +0000 (14:03 +0900)
committerWolfgang Denk <wd@denx.de>
Sun, 14 Nov 2010 22:17:46 +0000 (23:17 +0100)
commitfe7f1883b704452224af9e8db002a4261a26540d
tree2282c361ea4b2d28ef3b80f216a5352c0e7b3940
parent7faeb9976a455adbfad30c4b84d3e7b6c22a8fda
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>
drivers/net/uli526x.c