diff options
Diffstat (limited to 'drivers/scsi/ata_piix.c')
| -rw-r--r-- | drivers/scsi/ata_piix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index 3867f91ef8c7..54c52349adc5 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c | |||
| @@ -153,6 +153,7 @@ static struct ata_port_operations piix_pata_ops = { | |||
| 153 | 153 | ||
| 154 | .port_start = ata_port_start, | 154 | .port_start = ata_port_start, |
| 155 | .port_stop = ata_port_stop, | 155 | .port_stop = ata_port_stop, |
| 156 | .host_stop = ata_host_stop, | ||
| 156 | }; | 157 | }; |
| 157 | 158 | ||
| 158 | static struct ata_port_operations piix_sata_ops = { | 159 | static struct ata_port_operations piix_sata_ops = { |
| @@ -180,6 +181,7 @@ static struct ata_port_operations piix_sata_ops = { | |||
| 180 | 181 | ||
| 181 | .port_start = ata_port_start, | 182 | .port_start = ata_port_start, |
| 182 | .port_stop = ata_port_stop, | 183 | .port_stop = ata_port_stop, |
| 184 | .host_stop = ata_host_stop, | ||
| 183 | }; | 185 | }; |
| 184 | 186 | ||
| 185 | static struct ata_port_info piix_port_info[] = { | 187 | static struct ata_port_info piix_port_info[] = { |
