On Fri, Apr 12, 2013 at 12:34:24PM -0700, Marc C wrote: > Hello Jeff, .. > index 4e73e1b..383de21 100644 > --- a/linux/drivers/ata/libata-core.c > +++ b/linux/drivers/ata/libata-core.c > @@ -4827,6 +4827,12 @@ void ata_qc_complete(struct ata_queued_cmd *qc) > { > struct ata_port *ap = qc->ap; > > + if (ata_is_atapi(qc->tf.protocol)) { > + void ahci_apply_atapi_workaround(struct ata_queued_cmd *qc); This prototype really doesn't belong here. Should probably be in include/linux/libata.h -- Robin Hugh Johnson Gentoo Linux: Developer, Trustee & Infrastructure Lead E-Mail : robbat2@xxxxxxxxxx GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85 -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html