aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_it821x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_it821x.c')
-rw-r--r--drivers/ata/pata_it821x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c
index f32d9b7ab49..0179b29c515 100644
--- a/drivers/ata/pata_it821x.c
+++ b/drivers/ata/pata_it821x.c
@@ -650,7 +650,6 @@ static struct ata_port_operations it821x_smart_port_ops = {
650 .irq_handler = ata_interrupt, 650 .irq_handler = ata_interrupt,
651 .irq_clear = ata_bmdma_irq_clear, 651 .irq_clear = ata_bmdma_irq_clear,
652 .irq_on = ata_irq_on, 652 .irq_on = ata_irq_on,
653 .irq_ack = ata_irq_ack,
654 653
655 .port_start = it821x_port_start, 654 .port_start = it821x_port_start,
656}; 655};
@@ -687,7 +686,6 @@ static struct ata_port_operations it821x_passthru_port_ops = {
687 .irq_clear = ata_bmdma_irq_clear, 686 .irq_clear = ata_bmdma_irq_clear,
688 .irq_handler = ata_interrupt, 687 .irq_handler = ata_interrupt,
689 .irq_on = ata_irq_on, 688 .irq_on = ata_irq_on,
690 .irq_ack = ata_irq_ack,
691 689
692 .port_start = it821x_port_start, 690 .port_start = it821x_port_start,
693}; 691};