|
@@ -761,7 +761,7 @@ static const struct ethtool_ops hip04_ethtool_ops = {
|
|
.get_drvinfo = hip04_get_drvinfo,
|
|
.get_drvinfo = hip04_get_drvinfo,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct net_device_ops hip04_netdev_ops = {
|
|
|
|
|
|
+static const struct net_device_ops hip04_netdev_ops = {
|
|
.ndo_open = hip04_mac_open,
|
|
.ndo_open = hip04_mac_open,
|
|
.ndo_stop = hip04_mac_stop,
|
|
.ndo_stop = hip04_mac_stop,
|
|
.ndo_get_stats = hip04_get_stats,
|
|
.ndo_get_stats = hip04_get_stats,
|