diff options
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r-- | drivers/ata/libata-core.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 95a656f33a23..fadd5866d40f 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -80,6 +80,8 @@ const struct ata_port_operations ata_base_port_ops = { | |||
80 | .prereset = ata_std_prereset, | 80 | .prereset = ata_std_prereset, |
81 | .postreset = ata_std_postreset, | 81 | .postreset = ata_std_postreset, |
82 | .error_handler = ata_std_error_handler, | 82 | .error_handler = ata_std_error_handler, |
83 | .sched_eh = ata_std_sched_eh, | ||
84 | .end_eh = ata_std_end_eh, | ||
83 | }; | 85 | }; |
84 | 86 | ||
85 | const struct ata_port_operations sata_port_ops = { | 87 | const struct ata_port_operations sata_port_ops = { |
@@ -6644,6 +6646,8 @@ struct ata_port_operations ata_dummy_port_ops = { | |||
6644 | .qc_prep = ata_noop_qc_prep, | 6646 | .qc_prep = ata_noop_qc_prep, |
6645 | .qc_issue = ata_dummy_qc_issue, | 6647 | .qc_issue = ata_dummy_qc_issue, |
6646 | .error_handler = ata_dummy_error_handler, | 6648 | .error_handler = ata_dummy_error_handler, |
6649 | .sched_eh = ata_std_sched_eh, | ||
6650 | .end_eh = ata_std_end_eh, | ||
6647 | }; | 6651 | }; |
6648 | 6652 | ||
6649 | const struct ata_port_info ata_dummy_port_info = { | 6653 | const struct ata_port_info ata_dummy_port_info = { |