X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Fsh_mobile_ceu_camera.c;h=961e4484d72188e724b9ffc5a4b8b30262a733ca;hb=471452104b8520337ae2fb48c4e61cd4896e025d;hp=a4f3472d4db87025d041d9422c5ed5ea8cd63883;hpb=0ead0f84e81a41c3e98aeceab04af8ab1bb08d1f;p=deliverable%2Flinux.git diff --git a/drivers/media/video/sh_mobile_ceu_camera.c b/drivers/media/video/sh_mobile_ceu_camera.c index a4f3472d4db8..961e4484d721 100644 --- a/drivers/media/video/sh_mobile_ceu_camera.c +++ b/drivers/media/video/sh_mobile_ceu_camera.c @@ -1825,7 +1825,7 @@ static int sh_mobile_ceu_runtime_nop(struct device *dev) return 0; } -static struct dev_pm_ops sh_mobile_ceu_dev_pm_ops = { +static const struct dev_pm_ops sh_mobile_ceu_dev_pm_ops = { .runtime_suspend = sh_mobile_ceu_runtime_nop, .runtime_resume = sh_mobile_ceu_runtime_nop, };