diff options
author | Tejun Heo <htejun@gmail.com> | 2007-05-05 16:50:38 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-12 00:12:42 +0200 |
commit | e92351bb53c0849fabfa80be53cbf3b0aa166e54 (patch) | |
tree | cb182d532feb99015e66c7377ecfaf9041153cc2 /include | |
parent | libata: give devices one last chance even if recovery failed with -EINVAL (diff) | |
download | linux-e92351bb53c0849fabfa80be53cbf3b0aa166e54.tar.xz linux-e92351bb53c0849fabfa80be53cbf3b0aa166e54.zip |
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')
-rw-r--r-- | include/linux/libata.h | 2 |
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 { struct ata_ering ering; int spdn_cnt; unsigned int horkage; /* List of broken features */ -#ifdef CONFIG_SATA_ACPI +#ifdef CONFIG_ATA_ACPI /* ACPI objects info */ acpi_handle obj_handle; #endif |