drivers/net: const-ify ethtool_ops declarations
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -451,7 +451,7 @@ static int ace_get_settings(struct net_device *, struct ethtool_cmd *);
|
||||
static int ace_set_settings(struct net_device *, struct ethtool_cmd *);
|
||||
static void ace_get_drvinfo(struct net_device *, struct ethtool_drvinfo *);
|
||||
|
||||
static struct ethtool_ops ace_ethtool_ops = {
|
||||
static const struct ethtool_ops ace_ethtool_ops = {
|
||||
.get_settings = ace_get_settings,
|
||||
.set_settings = ace_set_settings,
|
||||
.get_drvinfo = ace_get_drvinfo,
|
||||
|
Reference in New Issue
Block a user