Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9326e361 authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

MIPS: Octeon: Fix compile error in drivers/staging/octeon/ethernet-mdio.c

parent a8a8a669
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ static u32 cvm_oct_get_link(struct net_device *dev)
	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_settings = cvm_oct_get_settings,
	.set_settings = cvm_oct_set_settings,