Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / drivers / net / ethernet / hisilicon / hip04_eth.c
index 0c4afe95ef54aa80c94a0ea35bba5203f6cef675..a90ab40e55af07f3aa44ae10c7d9fe8eff56062c 100644 (file)
@@ -755,7 +755,7 @@ static void hip04_get_drvinfo(struct net_device *netdev,
        strlcpy(drvinfo->version, DRV_VERSION, sizeof(drvinfo->version));
 }
 
-static struct ethtool_ops hip04_ethtool_ops = {
+static const struct ethtool_ops hip04_ethtool_ops = {
        .get_coalesce           = hip04_get_coalesce,
        .set_coalesce           = hip04_set_coalesce,
        .get_drvinfo            = hip04_get_drvinfo,
This page took 0.027097 seconds and 5 git commands to generate.