mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Revert "net: eth-uclass: Change uclass driver name to ethernet"
This reverts commit 1231184caa
.
While the change is fine in theory, a number of tests need to be updated
to match.
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
9d13cd95f1
commit
26e85bf77a
1 changed files with 2 additions and 2 deletions
|
@ -597,8 +597,8 @@ static int eth_pre_remove(struct udevice *dev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
UCLASS_DRIVER(ethernet) = {
|
||||
.name = "ethernet",
|
||||
UCLASS_DRIVER(eth) = {
|
||||
.name = "eth",
|
||||
.id = UCLASS_ETH,
|
||||
.post_bind = eth_post_bind,
|
||||
.pre_unbind = eth_pre_unbind,
|
||||
|
|
Loading…
Reference in a new issue