Merge remote-tracking branch 'scsi/for-next'
[deliverable/linux.git] / drivers / scsi / sr.c
index ed179348de80b6d39a5600caf2784f37a3413237..bed2bbd6b92304cec9eabb73245224782da7fc21 100644 (file)
@@ -83,7 +83,7 @@ static int sr_init_command(struct scsi_cmnd *SCpnt);
 static int sr_done(struct scsi_cmnd *);
 static int sr_runtime_suspend(struct device *dev);
 
-static struct dev_pm_ops sr_pm_ops = {
+static const struct dev_pm_ops sr_pm_ops = {
        .runtime_suspend        = sr_runtime_suspend,
 };
 
This page took 0.029324 seconds and 5 git commands to generate.