drivers/net: const-ify ethtool_ops declarations
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -647,7 +647,7 @@ static void enable_wol_mode(struct net_device *dev, int enable_intr);
|
||||
static int netdev_close(struct net_device *dev);
|
||||
static int netdev_get_regs(struct net_device *dev, u8 *buf);
|
||||
static int netdev_get_eeprom(struct net_device *dev, u8 *buf);
|
||||
static struct ethtool_ops ethtool_ops;
|
||||
static const struct ethtool_ops ethtool_ops;
|
||||
|
||||
static inline void __iomem *ns_ioaddr(struct net_device *dev)
|
||||
{
|
||||
@@ -2573,7 +2573,7 @@ static int get_eeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8
|
||||
return res;
|
||||
}
|
||||
|
||||
static struct ethtool_ops ethtool_ops = {
|
||||
static const struct ethtool_ops ethtool_ops = {
|
||||
.get_drvinfo = get_drvinfo,
|
||||
.get_regs_len = get_regs_len,
|
||||
.get_eeprom_len = get_eeprom_len,
|
||||
|
Reference in New Issue
Block a user