summaryrefslogtreecommitdiff
path: root/drivers/net/atl1c/atl1c_ethtool.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-09-04 11:33:59 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-09-04 11:33:59 +1000
commit4f130f0d56141feae10c8a1140a74f8d227c0638 (patch)
tree845fb5ac2d240489ad4b68af6ca57aa34b71e048 /drivers/net/atl1c/atl1c_ethtool.c
parent81957a36b93cd372fb4cfb476c0481d4a9c08ded (diff)
parent55f9d6786de2f9cf37db50dbe8ae16f887f3ad7f (diff)
Merge commit 'net/master'
Diffstat (limited to 'drivers/net/atl1c/atl1c_ethtool.c')
-rw-r--r--drivers/net/atl1c/atl1c_ethtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/atl1c/atl1c_ethtool.c b/drivers/net/atl1c/atl1c_ethtool.c
index 00d11b480af3..9b1e0eaebb5c 100644
--- a/drivers/net/atl1c/atl1c_ethtool.c
+++ b/drivers/net/atl1c/atl1c_ethtool.c
@@ -294,7 +294,7 @@ static int atl1c_nway_reset(struct net_device *netdev)
return 0;
}
-static struct ethtool_ops atl1c_ethtool_ops = {
+static const struct ethtool_ops atl1c_ethtool_ops = {
.get_settings = atl1c_get_settings,
.set_settings = atl1c_set_settings,
.get_drvinfo = atl1c_get_drvinfo,