Skip to content

Commit

Permalink
MIPS: Octeon: Fix compile error in drivers/staging/octeon/ethernet-md…
Browse files Browse the repository at this point in the history
…io.c

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
David Daney authored and Ralf Baechle committed Nov 23, 2009
1 parent a8a8a66 commit 9326e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/octeon/ethernet-mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9326e36

Please sign in to comment.