aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2007-05-05 10:50:38 -0400
committerJeff Garzik <jeff@garzik.org>2007-05-11 18:12:42 -0400
commite92351bb53c0849fabfa80be53cbf3b0aa166e54 (patch)
treecb182d532feb99015e66c7377ecfaf9041153cc2 /include/linux/libata.h
parent8575b814097af648dad284bd3087875a11b13d18 (diff)
libata-acpi: s/CONFIG_SATA_ACPI/CONFIG_ATA_ACPI/
ACPI applies to both SATA and PATA. Drop the 'S' from the config variable. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 90abcdc3d4ef..27d936279574 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -458,7 +458,7 @@ struct ata_device {
458 struct ata_ering ering; 458 struct ata_ering ering;
459 int spdn_cnt; 459 int spdn_cnt;
460 unsigned int horkage; /* List of broken features */ 460 unsigned int horkage; /* List of broken features */
461#ifdef CONFIG_SATA_ACPI 461#ifdef CONFIG_ATA_ACPI
462 /* ACPI objects info */ 462 /* ACPI objects info */
463 acpi_handle obj_handle; 463 acpi_handle obj_handle;
464#endif 464#endif