diff options
Diffstat (limited to 'drivers/scsi/sata_nv.c')
| -rw-r--r-- | drivers/scsi/sata_nv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_nv.c b/drivers/scsi/sata_nv.c index 8866530bc491..1a56d6c79ddd 100644 --- a/drivers/scsi/sata_nv.c +++ b/drivers/scsi/sata_nv.c | |||
| @@ -238,7 +238,7 @@ static Scsi_Host_Template nv_sht = { | |||
| 238 | .ordered_flush = 1, | 238 | .ordered_flush = 1, |
| 239 | }; | 239 | }; |
| 240 | 240 | ||
| 241 | static struct ata_port_operations nv_ops = { | 241 | static const struct ata_port_operations nv_ops = { |
| 242 | .port_disable = ata_port_disable, | 242 | .port_disable = ata_port_disable, |
| 243 | .tf_load = ata_tf_load, | 243 | .tf_load = ata_tf_load, |
| 244 | .tf_read = ata_tf_read, | 244 | .tf_read = ata_tf_read, |
