diff options
Diffstat (limited to 'drivers/ata/pata_hpt37x.c')
-rw-r--r-- | drivers/ata/pata_hpt37x.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ata/pata_hpt37x.c b/drivers/ata/pata_hpt37x.c index 532a7928f803..10318c0012ef 100644 --- a/drivers/ata/pata_hpt37x.c +++ b/drivers/ata/pata_hpt37x.c | |||
@@ -793,7 +793,7 @@ static struct ata_port_operations hpt370_port_ops = { | |||
793 | 793 | ||
794 | .qc_prep = ata_qc_prep, | 794 | .qc_prep = ata_qc_prep, |
795 | .qc_issue = ata_qc_issue_prot, | 795 | .qc_issue = ata_qc_issue_prot, |
796 | .eng_timeout = ata_eng_timeout, | 796 | |
797 | .data_xfer = ata_pio_data_xfer, | 797 | .data_xfer = ata_pio_data_xfer, |
798 | 798 | ||
799 | .irq_handler = ata_interrupt, | 799 | .irq_handler = ata_interrupt, |
@@ -832,7 +832,7 @@ static struct ata_port_operations hpt370a_port_ops = { | |||
832 | 832 | ||
833 | .qc_prep = ata_qc_prep, | 833 | .qc_prep = ata_qc_prep, |
834 | .qc_issue = ata_qc_issue_prot, | 834 | .qc_issue = ata_qc_issue_prot, |
835 | .eng_timeout = ata_eng_timeout, | 835 | |
836 | .data_xfer = ata_pio_data_xfer, | 836 | .data_xfer = ata_pio_data_xfer, |
837 | 837 | ||
838 | .irq_handler = ata_interrupt, | 838 | .irq_handler = ata_interrupt, |
@@ -872,7 +872,7 @@ static struct ata_port_operations hpt372_port_ops = { | |||
872 | 872 | ||
873 | .qc_prep = ata_qc_prep, | 873 | .qc_prep = ata_qc_prep, |
874 | .qc_issue = ata_qc_issue_prot, | 874 | .qc_issue = ata_qc_issue_prot, |
875 | .eng_timeout = ata_eng_timeout, | 875 | |
876 | .data_xfer = ata_pio_data_xfer, | 876 | .data_xfer = ata_pio_data_xfer, |
877 | 877 | ||
878 | .irq_handler = ata_interrupt, | 878 | .irq_handler = ata_interrupt, |
@@ -912,7 +912,7 @@ static struct ata_port_operations hpt374_port_ops = { | |||
912 | 912 | ||
913 | .qc_prep = ata_qc_prep, | 913 | .qc_prep = ata_qc_prep, |
914 | .qc_issue = ata_qc_issue_prot, | 914 | .qc_issue = ata_qc_issue_prot, |
915 | .eng_timeout = ata_eng_timeout, | 915 | |
916 | .data_xfer = ata_pio_data_xfer, | 916 | .data_xfer = ata_pio_data_xfer, |
917 | 917 | ||
918 | .irq_handler = ata_interrupt, | 918 | .irq_handler = ata_interrupt, |