diff options
author | Jeff Garzik <jeff@garzik.org> | 2012-07-25 15:58:48 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-07-25 15:58:48 -0400 |
commit | 8407884dd9164ec18ed2afc00f56b87e36c51fcf (patch) | |
tree | b6ea42c231d7d39f454de28a068d78ce11709770 /include/linux/libata.h | |
parent | dc7f71f486f4f5fa96f6dcf86833da020cde8a11 (diff) | |
parent | bdc0077af574800d24318b6945cf2344e8dbb050 (diff) |
Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstream
Two bits were appended to the end of the bitfield
list in struct scsi_device. Resolve that conflict
by including both bits.
Conflicts:
include/scsi/scsi_device.h
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index cc22b943db83..64f90e17e51d 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -843,6 +843,8 @@ struct ata_port_operations { | |||
843 | void (*error_handler)(struct ata_port *ap); | 843 | void (*error_handler)(struct ata_port *ap); |
844 | void (*lost_interrupt)(struct ata_port *ap); | 844 | void (*lost_interrupt)(struct ata_port *ap); |
845 | void (*post_internal_cmd)(struct ata_queued_cmd *qc); | 845 | void (*post_internal_cmd)(struct ata_queued_cmd *qc); |
846 | void (*sched_eh)(struct ata_port *ap); | ||
847 | void (*end_eh)(struct ata_port *ap); | ||
846 | 848 | ||
847 | /* | 849 | /* |
848 | * Optional features | 850 | * Optional features |
@@ -1166,6 +1168,8 @@ extern void ata_do_eh(struct ata_port *ap, ata_prereset_fn_t prereset, | |||
1166 | ata_reset_fn_t softreset, ata_reset_fn_t hardreset, | 1168 | ata_reset_fn_t softreset, ata_reset_fn_t hardreset, |
1167 | ata_postreset_fn_t postreset); | 1169 | ata_postreset_fn_t postreset); |
1168 | extern void ata_std_error_handler(struct ata_port *ap); | 1170 | extern void ata_std_error_handler(struct ata_port *ap); |
1171 | extern void ata_std_sched_eh(struct ata_port *ap); | ||
1172 | extern void ata_std_end_eh(struct ata_port *ap); | ||
1169 | extern int ata_link_nr_enabled(struct ata_link *link); | 1173 | extern int ata_link_nr_enabled(struct ata_link *link); |
1170 | 1174 | ||
1171 | /* | 1175 | /* |