Browse Source

Revert "ACPI: don't walk tables if ACPI was disabled"

This reverts commit d1857056904d5f313f11184fcfa624652ff9620a.

Double commit, noticed by Thomas Gleixner.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Andi Kleen 17 years ago
parent
commit
725c3a2d70
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/acpi/glue.c

+ 0 - 3
drivers/acpi/glue.c

@@ -335,9 +335,6 @@ static int __init acpi_rtc_init(void)
 {
 	struct device *dev = get_rtc_dev();
 
-	if (acpi_disabled)
-		return 0;
-
 	if (acpi_disabled)
 		return 0;