This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / acpi / sleep / poweroff.c
index da23775..257e16f 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/init.h>
 #include <acpi/acpi_bus.h>
 #include <linux/sched.h>
-#include "sleep.h"
 
 static void
 acpi_power_off (void)
@@ -17,7 +16,6 @@ acpi_power_off (void)
        printk("%s called\n",__FUNCTION__);
        /* Some SMP machines only can poweroff in boot CPU */
        set_cpus_allowed(current, cpumask_of_cpu(0));
-       acpi_wakeup_gpe_poweroff_prepare();
        acpi_enter_sleep_state_prep(ACPI_STATE_S5);
        ACPI_DISABLE_IRQS();
        acpi_enter_sleep_state(ACPI_STATE_S5);