Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
[deliverable/linux.git] / drivers / acpi / sleep / proc.c
index ed58e1168aed6b40c1631b23a5c8317fc4cda39c..1b7bbb5ba6230cef378996ce5a1977c6331ab649 100644 (file)
@@ -66,7 +66,7 @@ acpi_system_write_sleep(struct file *file,
                goto Done;
        }
        state = simple_strtoul(str, NULL, 0);
-#ifdef CONFIG_SOFTWARE_SUSPEND
+#ifdef CONFIG_HIBERNATION
        if (state == 4) {
                error = hibernate();
                goto Done;
This page took 0.023598 seconds and 5 git commands to generate.