mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-09 19:42:00 +01:00
net: Fix build regression in macb.c
The added weak symbol must not be static. This was introduced in 416ce623fbad51af57660346ebb6f7befb88b3c9 Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
416ce623fb
commit
1b8c18b971
@ -163,7 +163,7 @@ static u16 macb_mdio_read(struct macb_device *macb, u8 reg)
|
||||
return MACB_BFEXT(DATA, frame);
|
||||
}
|
||||
|
||||
static void __weak arch_get_mdio_control(const char *name)
|
||||
void __weak arch_get_mdio_control(const char *name)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user