aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_hpt366.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_hpt366.c')
-rw-r--r--drivers/ata/pata_hpt366.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_hpt366.c b/drivers/ata/pata_hpt366.c
index 6f7d34ad19ef..508d1cab52d1 100644
--- a/drivers/ata/pata_hpt366.c
+++ b/drivers/ata/pata_hpt366.c
@@ -342,7 +342,6 @@ static struct ata_port_operations hpt366_port_ops = {
342 .irq_handler = ata_interrupt, 342 .irq_handler = ata_interrupt,
343 .irq_clear = ata_bmdma_irq_clear, 343 .irq_clear = ata_bmdma_irq_clear,
344 .irq_on = ata_irq_on, 344 .irq_on = ata_irq_on,
345 .irq_ack = ata_irq_ack,
346 345
347 .port_start = ata_port_start, 346 .port_start = ata_port_start,
348}; 347};