diff options
Diffstat (limited to 'drivers/ata/pdc_adma.c')
-rw-r--r-- | drivers/ata/pdc_adma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c index 7dd7361289c4..42fd15aaba0b 100644 --- a/drivers/ata/pdc_adma.c +++ b/drivers/ata/pdc_adma.c | |||
@@ -162,7 +162,6 @@ static struct scsi_host_template adma_ata_sht = { | |||
162 | }; | 162 | }; |
163 | 163 | ||
164 | static const struct ata_port_operations adma_ata_ops = { | 164 | static const struct ata_port_operations adma_ata_ops = { |
165 | .port_disable = ata_port_disable, | ||
166 | .tf_load = ata_tf_load, | 165 | .tf_load = ata_tf_load, |
167 | .tf_read = ata_tf_read, | 166 | .tf_read = ata_tf_read, |
168 | .exec_command = ata_exec_command, | 167 | .exec_command = ata_exec_command, |