Skip to content

Commit

Permalink
Revert "ACPI: don't walk tables if ACPI was disabled"
Browse files Browse the repository at this point in the history
This reverts commit d185705.

Double commit, noticed by Thomas Gleixner.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
  • Loading branch information
Andi Kleen committed Jul 18, 2008
1 parent 97d2ef5 commit 725c3a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/acpi/glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 725c3a2

Please sign in to comment.