netdev: drivers should make ethtool_ops const
[deliverable/linux.git] / drivers / net / veth.c
index d1941cdff62b5e4324bff1717959160e5f1ca135..ade5b344f75d73fb5852a0a9b30322576d1ce868 100644 (file)
@@ -129,7 +129,7 @@ static int veth_set_tx_csum(struct net_device *dev, u32 data)
        return 0;
 }
 
-static struct ethtool_ops veth_ethtool_ops = {
+static const struct ethtool_ops veth_ethtool_ops = {
        .get_settings           = veth_get_settings,
        .get_drvinfo            = veth_get_drvinfo,
        .get_link               = ethtool_op_get_link,
This page took 0.025271 seconds and 5 git commands to generate.