APCI: revert another duplicated patch

commit d185705690 ("ACPI: don't walk
tables if ACPI was disabled") is another superfluous duplicate commit
caused by git -> quilt -> git conversion.

Revert it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Thomas Gleixner 2008-07-18 02:07:02 +02:00 committed by Linus Torvalds
parent 392798a17b
commit 5e248ac9a5

View file

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