mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue