mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-13 07:43:31 +00:00
kernel: b53: fix compilation with kernels 6.12+
This commit is contained in:
parent
449aa7834c
commit
f4a3d6163a
@ -227,7 +227,7 @@ static void b53_set_vlan_entry(struct b53_device *dev, u16 vid, u16 members,
|
||||
}
|
||||
}
|
||||
|
||||
void b53_set_forwarding(struct b53_device *dev, int enable)
|
||||
static void b53_set_forwarding(struct b53_device *dev, int enable)
|
||||
{
|
||||
u8 mgmt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user