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

This reverts commit d185705690.

Double commit, noticed by Thomas Gleixner.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
This commit is contained in:
Andi Kleen 2008-07-18 09:12:49 +02:00
parent 97d2ef5686
commit 725c3a2d70
1 changed files with 0 additions and 3 deletions

View File

@ -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;