aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cypress.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_cypress.c')
-rw-r--r--drivers/ata/pata_cypress.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_cypress.c b/drivers/ata/pata_cypress.c
index 6cbc8778bf4f..8c439a9bb5dd 100644
--- a/drivers/ata/pata_cypress.c
+++ b/drivers/ata/pata_cypress.c
@@ -158,7 +158,6 @@ static struct ata_port_operations cy82c693_port_ops = {
158 .irq_handler = ata_interrupt, 158 .irq_handler = ata_interrupt,
159 .irq_clear = ata_bmdma_irq_clear, 159 .irq_clear = ata_bmdma_irq_clear,
160 .irq_on = ata_irq_on, 160 .irq_on = ata_irq_on,
161 .irq_ack = ata_irq_ack,
162 161
163 .port_start = ata_port_start, 162 .port_start = ata_port_start,
164}; 163};