diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 0c8b6578bd59..47cd2a1c5544 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -434,6 +434,7 @@ struct ata_device { | |||
434 | struct ata_port *ap; | 434 | struct ata_port *ap; |
435 | unsigned int devno; /* 0 or 1 */ | 435 | unsigned int devno; /* 0 or 1 */ |
436 | unsigned long flags; /* ATA_DFLAG_xxx */ | 436 | unsigned long flags; /* ATA_DFLAG_xxx */ |
437 | unsigned int horkage; /* List of broken features */ | ||
437 | struct scsi_device *sdev; /* attached SCSI device */ | 438 | struct scsi_device *sdev; /* attached SCSI device */ |
438 | #ifdef CONFIG_ATA_ACPI | 439 | #ifdef CONFIG_ATA_ACPI |
439 | acpi_handle acpi_handle; | 440 | acpi_handle acpi_handle; |
@@ -465,7 +466,6 @@ struct ata_device { | |||
465 | /* error history */ | 466 | /* error history */ |
466 | struct ata_ering ering; | 467 | struct ata_ering ering; |
467 | int spdn_cnt; | 468 | int spdn_cnt; |
468 | unsigned int horkage; /* List of broken features */ | ||
469 | }; | 469 | }; |
470 | 470 | ||
471 | /* Offset into struct ata_device. Fields above it are maintained | 471 | /* Offset into struct ata_device. Fields above it are maintained |
@@ -793,7 +793,6 @@ extern void ata_id_string(const u16 *id, unsigned char *s, | |||
793 | extern void ata_id_c_string(const u16 *id, unsigned char *s, | 793 | extern void ata_id_c_string(const u16 *id, unsigned char *s, |
794 | unsigned int ofs, unsigned int len); | 794 | unsigned int ofs, unsigned int len); |
795 | extern void ata_id_to_dma_mode(struct ata_device *dev, u8 unknown); | 795 | extern void ata_id_to_dma_mode(struct ata_device *dev, u8 unknown); |
796 | extern unsigned long ata_device_blacklisted(const struct ata_device *dev); | ||
797 | extern void ata_bmdma_setup (struct ata_queued_cmd *qc); | 796 | extern void ata_bmdma_setup (struct ata_queued_cmd *qc); |
798 | extern void ata_bmdma_start (struct ata_queued_cmd *qc); | 797 | extern void ata_bmdma_start (struct ata_queued_cmd *qc); |
799 | extern void ata_bmdma_stop(struct ata_queued_cmd *qc); | 798 | extern void ata_bmdma_stop(struct ata_queued_cmd *qc); |