X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=drivers%2Fnet%2Fmacb.c;h=fb65b427c69227231e125b882a6de80b6e741254;hb=0fc0b732eaa38beb93a6fb62f77c7bd9622c76ec;hp=01aaca99d29f1576fbaa71a915ded306ccfdaeb2;hpb=daf09de817353f18bb81a23a023d429cfd258e62;p=android-x86%2Fkernel.git diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 01aaca99d29f..fb65b427c692 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -1079,7 +1079,7 @@ static void macb_get_drvinfo(struct net_device *dev, strcpy(info->bus_info, dev_name(&bp->pdev->dev)); } -static struct ethtool_ops macb_ethtool_ops = { +static const struct ethtool_ops macb_ethtool_ops = { .get_settings = macb_get_settings, .set_settings = macb_set_settings, .get_drvinfo = macb_get_drvinfo,