libata: add private driver field to struct ata_device
This brings struct ata_device in-line with struct ata_{port,host}. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
7a02267e0f
commit
95514fd8ff
|
@ -595,6 +595,7 @@ struct ata_device {
|
||||||
unsigned int horkage; /* List of broken features */
|
unsigned int horkage; /* List of broken features */
|
||||||
unsigned long flags; /* ATA_DFLAG_xxx */
|
unsigned long flags; /* ATA_DFLAG_xxx */
|
||||||
struct scsi_device *sdev; /* attached SCSI device */
|
struct scsi_device *sdev; /* attached SCSI device */
|
||||||
|
void *private_data;
|
||||||
#ifdef CONFIG_ATA_ACPI
|
#ifdef CONFIG_ATA_ACPI
|
||||||
acpi_handle acpi_handle;
|
acpi_handle acpi_handle;
|
||||||
union acpi_object *gtf_cache;
|
union acpi_object *gtf_cache;
|
||||||
|
|
Loading…
Reference in New Issue