diff options
| author | Roland Dreier <rolandd@cisco.com> | 2005-10-28 18:50:51 -0400 |
|---|---|---|
| committer | Roland Dreier <rolandd@cisco.com> | 2005-10-28 18:50:51 -0400 |
| commit | a4da0628efd788eb199dd9df225e296035ec2539 (patch) | |
| tree | 1e611030c993e1480dc2f07f26976d2d33002b0d /drivers/scsi/ata_piix.c | |
| parent | 70a30e16a8a9d22396a4d1e96af86e43594df584 (diff) | |
| parent | 20731945ae743034353a88c307920d1f16cf8ac8 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'drivers/scsi/ata_piix.c')
| -rw-r--r-- | drivers/scsi/ata_piix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index d71cef767cec..be021478f416 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c | |||
| @@ -147,7 +147,7 @@ static Scsi_Host_Template piix_sht = { | |||
| 147 | .ordered_flush = 1, | 147 | .ordered_flush = 1, |
| 148 | }; | 148 | }; |
| 149 | 149 | ||
| 150 | static struct ata_port_operations piix_pata_ops = { | 150 | static const struct ata_port_operations piix_pata_ops = { |
| 151 | .port_disable = ata_port_disable, | 151 | .port_disable = ata_port_disable, |
| 152 | .set_piomode = piix_set_piomode, | 152 | .set_piomode = piix_set_piomode, |
| 153 | .set_dmamode = piix_set_dmamode, | 153 | .set_dmamode = piix_set_dmamode, |
| @@ -177,7 +177,7 @@ static struct ata_port_operations piix_pata_ops = { | |||
| 177 | .host_stop = ata_host_stop, | 177 | .host_stop = ata_host_stop, |
| 178 | }; | 178 | }; |
| 179 | 179 | ||
| 180 | static struct ata_port_operations piix_sata_ops = { | 180 | static const struct ata_port_operations piix_sata_ops = { |
| 181 | .port_disable = ata_port_disable, | 181 | .port_disable = ata_port_disable, |
| 182 | 182 | ||
| 183 | .tf_load = ata_tf_load, | 183 | .tf_load = ata_tf_load, |
