tree ef5388eee2851f08876ff33b0f5b104e25f2d8ee
parent 3aed77bc84013fced136977b7cc17fff60eddf7a
author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Fri, 09 Sep 2005 18:31:38 +0100
committer Linus Torvalds <[EMAIL PROTECTED]> Sat, 10 Sep 2005 00:45:35 -0700

[PATCH] Fix CONFIG_ACPI_BLACKLIST_YEAR

This makes ACPI_BLACKLIST_YEAR be consistently defined when ACPI is
enabled, regardless of whether we're on x86 or not, and thus avoids
bogus -Wundef warnings on ia64.

Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 drivers/acpi/Kconfig |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -250,8 +250,7 @@ config ACPI_CUSTOM_DSDT_FILE
          Enter the full path name to the file wich includes the AmlCode 
declaration.
 
 config ACPI_BLACKLIST_YEAR
-       int "Disable ACPI for systems before Jan 1st this year"
-       depends on X86
+       int "Disable ACPI for systems before Jan 1st this year" if X86
        default 0
        help
          enter a 4-digit year, eg. 2001 to disable ACPI by default
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to