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

dc2114x 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/dc2114x.c