diff --git a/[refs] b/[refs] index 61f35fb71e48..879e0cd9e5db 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7a02267e0f3938a6e91c0a0a82211e4d7007210e +refs/heads/master: 95514fd8ff0f30de7815950edfd84ef1e19fb1c8 diff --git a/trunk/include/linux/libata.h b/trunk/include/linux/libata.h index ba07e84c9840..a5b3dc71e819 100644 --- a/trunk/include/linux/libata.h +++ b/trunk/include/linux/libata.h @@ -595,6 +595,7 @@ struct ata_device { unsigned int horkage; /* List of broken features */ unsigned long flags; /* ATA_DFLAG_xxx */ struct scsi_device *sdev; /* attached SCSI device */ + void *private_data; #ifdef CONFIG_ATA_ACPI acpi_handle acpi_handle; union acpi_object *gtf_cache;