diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-11-25 12:12:48 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-12-03 14:36:18 -0500 |
commit | 95514fd8ff0f30de7815950edfd84ef1e19fb1c8 (patch) | |
tree | dc9ab63bb174ce7b1727efc5ad5836f89d046b99 /include/linux/libata.h | |
parent | 7a02267e0f3938a6e91c0a0a82211e4d7007210e (diff) |
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>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index ba07e84c9840..a5b3dc71e819 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -595,6 +595,7 @@ struct ata_device { | |||
595 | unsigned int horkage; /* List of broken features */ | 595 | unsigned int horkage; /* List of broken features */ |
596 | unsigned long flags; /* ATA_DFLAG_xxx */ | 596 | unsigned long flags; /* ATA_DFLAG_xxx */ |
597 | struct scsi_device *sdev; /* attached SCSI device */ | 597 | struct scsi_device *sdev; /* attached SCSI device */ |
598 | void *private_data; | ||
598 | #ifdef CONFIG_ATA_ACPI | 599 | #ifdef CONFIG_ATA_ACPI |
599 | acpi_handle acpi_handle; | 600 | acpi_handle acpi_handle; |
600 | union acpi_object *gtf_cache; | 601 | union acpi_object *gtf_cache; |