Loading arch/arm/plat-omap/debug-leds.c +1 −1 Original line number Diff line number Diff line Loading @@ -293,7 +293,7 @@ static int fpga_resume_noirq(struct device *dev) return 0; } static struct dev_pm_ops fpga_dev_pm_ops = { static const struct dev_pm_ops fpga_dev_pm_ops = { .suspend_noirq = fpga_suspend_noirq, .resume_noirq = fpga_resume_noirq, }; Loading arch/arm/plat-omap/gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -1431,7 +1431,7 @@ static int omap_mpuio_resume_noirq(struct device *dev) return 0; } static struct dev_pm_ops omap_mpuio_dev_pm_ops = { static const struct dev_pm_ops omap_mpuio_dev_pm_ops = { .suspend_noirq = omap_mpuio_suspend_noirq, .resume_noirq = omap_mpuio_resume_noirq, }; Loading arch/s390/appldata/appldata_base.c +1 −1 Original line number Diff line number Diff line Loading @@ -551,7 +551,7 @@ static int appldata_thaw(struct device *dev) return appldata_restore(dev); } static struct dev_pm_ops appldata_pm_ops = { static const struct dev_pm_ops appldata_pm_ops = { .freeze = appldata_freeze, .thaw = appldata_thaw, .restore = appldata_restore, Loading drivers/block/floppy.c +1 −1 Original line number Diff line number Diff line Loading @@ -4162,7 +4162,7 @@ static int floppy_resume(struct device *dev) return 0; } static struct dev_pm_ops floppy_pm_ops = { static const struct dev_pm_ops floppy_pm_ops = { .resume = floppy_resume, .restore = floppy_resume, }; Loading drivers/char/hvc_iucv.c +1 −1 Original line number Diff line number Diff line Loading @@ -931,7 +931,7 @@ static struct hv_ops hvc_iucv_ops = { }; /* Suspend / resume device operations */ static struct dev_pm_ops hvc_iucv_pm_ops = { static const struct dev_pm_ops hvc_iucv_pm_ops = { .freeze = hvc_iucv_pm_freeze, .thaw = hvc_iucv_pm_restore_thaw, .restore = hvc_iucv_pm_restore_thaw, Loading Loading
arch/arm/plat-omap/debug-leds.c +1 −1 Original line number Diff line number Diff line Loading @@ -293,7 +293,7 @@ static int fpga_resume_noirq(struct device *dev) return 0; } static struct dev_pm_ops fpga_dev_pm_ops = { static const struct dev_pm_ops fpga_dev_pm_ops = { .suspend_noirq = fpga_suspend_noirq, .resume_noirq = fpga_resume_noirq, }; Loading
arch/arm/plat-omap/gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -1431,7 +1431,7 @@ static int omap_mpuio_resume_noirq(struct device *dev) return 0; } static struct dev_pm_ops omap_mpuio_dev_pm_ops = { static const struct dev_pm_ops omap_mpuio_dev_pm_ops = { .suspend_noirq = omap_mpuio_suspend_noirq, .resume_noirq = omap_mpuio_resume_noirq, }; Loading
arch/s390/appldata/appldata_base.c +1 −1 Original line number Diff line number Diff line Loading @@ -551,7 +551,7 @@ static int appldata_thaw(struct device *dev) return appldata_restore(dev); } static struct dev_pm_ops appldata_pm_ops = { static const struct dev_pm_ops appldata_pm_ops = { .freeze = appldata_freeze, .thaw = appldata_thaw, .restore = appldata_restore, Loading
drivers/block/floppy.c +1 −1 Original line number Diff line number Diff line Loading @@ -4162,7 +4162,7 @@ static int floppy_resume(struct device *dev) return 0; } static struct dev_pm_ops floppy_pm_ops = { static const struct dev_pm_ops floppy_pm_ops = { .resume = floppy_resume, .restore = floppy_resume, }; Loading
drivers/char/hvc_iucv.c +1 −1 Original line number Diff line number Diff line Loading @@ -931,7 +931,7 @@ static struct hv_ops hvc_iucv_ops = { }; /* Suspend / resume device operations */ static struct dev_pm_ops hvc_iucv_pm_ops = { static const struct dev_pm_ops hvc_iucv_pm_ops = { .freeze = hvc_iucv_pm_freeze, .thaw = hvc_iucv_pm_restore_thaw, .restore = hvc_iucv_pm_restore_thaw, Loading