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
Родитель 97d2ef5686
Коммит 725c3a2d70
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

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