aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_netcell.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_netcell.c')
-rw-r--r--drivers/ata/pata_netcell.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ata/pata_netcell.c b/drivers/ata/pata_netcell.c
index 40eb574828bf..25c922abd554 100644
--- a/drivers/ata/pata_netcell.c
+++ b/drivers/ata/pata_netcell.c
@@ -40,8 +40,6 @@ static struct scsi_host_template netcell_sht = {
40}; 40};
41 41
42static const struct ata_port_operations netcell_ops = { 42static const struct ata_port_operations netcell_ops = {
43 .port_disable = ata_port_disable,
44
45 /* Task file is PCI ATA format, use helpers */ 43 /* Task file is PCI ATA format, use helpers */
46 .tf_load = ata_tf_load, 44 .tf_load = ata_tf_load,
47 .tf_read = ata_tf_read, 45 .tf_read = ata_tf_read,
@@ -68,10 +66,9 @@ static const struct ata_port_operations netcell_ops = {
68 .irq_handler = ata_interrupt, 66 .irq_handler = ata_interrupt,
69 .irq_clear = ata_bmdma_irq_clear, 67 .irq_clear = ata_bmdma_irq_clear,
70 .irq_on = ata_irq_on, 68 .irq_on = ata_irq_on,
71 .irq_ack = ata_irq_ack,
72 69
73 /* Generic PATA PCI ATA helpers */ 70 /* Generic PATA PCI ATA helpers */
74 .port_start = ata_port_start, 71 .port_start = ata_sff_port_start,
75}; 72};
76 73
77 74