diff options
Diffstat (limited to 'drivers/scsi/sata_mv.c')
-rw-r--r-- | drivers/scsi/sata_mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c index 9b6213928f7a..422e0b6f603a 100644 --- a/drivers/scsi/sata_mv.c +++ b/drivers/scsi/sata_mv.c | |||
@@ -290,7 +290,7 @@ static Scsi_Host_Template mv_sht = { | |||
290 | .ordered_flush = 1, | 290 | .ordered_flush = 1, |
291 | }; | 291 | }; |
292 | 292 | ||
293 | static struct ata_port_operations mv_ops = { | 293 | static const struct ata_port_operations mv_ops = { |
294 | .port_disable = ata_port_disable, | 294 | .port_disable = ata_port_disable, |
295 | 295 | ||
296 | .tf_load = ata_tf_load, | 296 | .tf_load = ata_tf_load, |