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

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