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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c
index e8a6e7d73b72..73394c75be42 100644
--- a/drivers/ata/pata_it821x.c
+++ b/drivers/ata/pata_it821x.c
@@ -678,6 +678,8 @@ static struct ata_port_operations it821x_smart_port_ops = {
678 678
679 .irq_handler = ata_interrupt, 679 .irq_handler = ata_interrupt,
680 .irq_clear = ata_bmdma_irq_clear, 680 .irq_clear = ata_bmdma_irq_clear,
681 .irq_on = ata_irq_on,
682 .irq_ack = ata_irq_ack,
681 683
682 .port_start = it821x_port_start, 684 .port_start = it821x_port_start,
683}; 685};
@@ -712,6 +714,8 @@ static struct ata_port_operations it821x_passthru_port_ops = {
712 714
713 .irq_clear = ata_bmdma_irq_clear, 715 .irq_clear = ata_bmdma_irq_clear,
714 .irq_handler = ata_interrupt, 716 .irq_handler = ata_interrupt,
717 .irq_on = ata_irq_on,
718 .irq_ack = ata_irq_ack,
715 719
716 .port_start = it821x_port_start, 720 .port_start = it821x_port_start,
717}; 721};