drivers/net: const-ify ethtool_ops declarations
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@ -222,7 +222,7 @@ static int mc32_close(struct net_device *dev);
|
||||
static struct net_device_stats *mc32_get_stats(struct net_device *dev);
|
||||
static void mc32_set_multicast_list(struct net_device *dev);
|
||||
static void mc32_reset_multicast_list(struct net_device *dev);
|
||||
static struct ethtool_ops netdev_ethtool_ops;
|
||||
static const struct ethtool_ops netdev_ethtool_ops;
|
||||
|
||||
static void cleanup_card(struct net_device *dev)
|
||||
{
|
||||
@ -1627,7 +1627,7 @@ static void netdev_set_msglevel(struct net_device *dev, u32 level)
|
||||
mc32_debug = level;
|
||||
}
|
||||
|
||||
static struct ethtool_ops netdev_ethtool_ops = {
|
||||
static const struct ethtool_ops netdev_ethtool_ops = {
|
||||
.get_drvinfo = netdev_get_drvinfo,
|
||||
.get_msglevel = netdev_get_msglevel,
|
||||
.set_msglevel = netdev_set_msglevel,
|
||||
|
Reference in New Issue
Block a user