mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 14:26:42 +07:00
MIPS: Octeon: Fix compile error in drivers/staging/octeon/ethernet-mdio.c
Signed-off-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a8a8a669ea
commit
9326e3614d
@ -170,7 +170,7 @@ static u32 cvm_oct_get_link(struct net_device *dev)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct const ethtool_ops cvm_oct_ethtool_ops = {
|
const struct ethtool_ops cvm_oct_ethtool_ops = {
|
||||||
.get_drvinfo = cvm_oct_get_drvinfo,
|
.get_drvinfo = cvm_oct_get_drvinfo,
|
||||||
.get_settings = cvm_oct_get_settings,
|
.get_settings = cvm_oct_get_settings,
|
||||||
.set_settings = cvm_oct_set_settings,
|
.set_settings = cvm_oct_set_settings,
|
||||||
|
Loading…
Reference in New Issue
Block a user