X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fpcmcia%2Fyenta_socket.c;h=e4d12acdd525d2a5acb1337f52d2c3a2fc441c9e;hb=471452104b8520337ae2fb48c4e61cd4896e025d;hp=fe02cfd4b5e905673fddb4f0d9e98391d7379ce2;hpb=0ead0f84e81a41c3e98aeceab04af8ab1bb08d1f;p=mirror_ubuntu-zesty-kernel.git diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c index fe02cfd4b5e9..e4d12acdd525 100644 --- a/drivers/pcmcia/yenta_socket.c +++ b/drivers/pcmcia/yenta_socket.c @@ -1330,7 +1330,7 @@ static int yenta_dev_resume(struct device *dev) return 0; } -static struct dev_pm_ops yenta_pm_ops = { +static const struct dev_pm_ops yenta_pm_ops = { .suspend_noirq = yenta_dev_suspend_noirq, .resume_noirq = yenta_dev_resume_noirq, .resume = yenta_dev_resume,