cdc_ether: Partially revert "usbnet: Set link down initially ..."
[firefly-linux-kernel-4.4.55.git] / drivers / net / smsc911x.c
index 20d6095cf4118911b6586cbf13dd85bdaaae931e..494cd91ea39c5956102eb4afee1808295d2c5d18 100644 (file)
@@ -2154,7 +2154,7 @@ static int smsc911x_resume(struct device *dev)
        return (to == 0) ? -EIO : 0;
 }
 
-static struct dev_pm_ops smsc911x_pm_ops = {
+static const struct dev_pm_ops smsc911x_pm_ops = {
        .suspend        = smsc911x_suspend,
        .resume         = smsc911x_resume,
 };