diff options
Diffstat (limited to 'drivers/scsi/pdc_adma.c')
| -rw-r--r-- | drivers/scsi/pdc_adma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pdc_adma.c b/drivers/scsi/pdc_adma.c index 53b8db4be1a9..9820f272f889 100644 --- a/drivers/scsi/pdc_adma.c +++ b/drivers/scsi/pdc_adma.c | |||
| @@ -158,7 +158,7 @@ static Scsi_Host_Template adma_ata_sht = { | |||
| 158 | .bios_param = ata_std_bios_param, | 158 | .bios_param = ata_std_bios_param, |
| 159 | }; | 159 | }; |
| 160 | 160 | ||
| 161 | static struct ata_port_operations adma_ata_ops = { | 161 | static const struct ata_port_operations adma_ata_ops = { |
| 162 | .port_disable = ata_port_disable, | 162 | .port_disable = ata_port_disable, |
| 163 | .tf_load = ata_tf_load, | 163 | .tf_load = ata_tf_load, |
| 164 | .tf_read = ata_tf_read, | 164 | .tf_read = ata_tf_read, |
