[PATCH] Export pm_suspend

From: Todd Poynor
Date: Tue Jun 15 2004 - 20:15:20 EST


Allow modules to request system suspend via the in-kernel interface, if
desired.

--- linux-2.6.7-rc3-orig/kernel/power/main.c 2004-06-09 12:30:50.000000000 -0700
+++ linux-2.6.7-rc3-pm/kernel/power/main.c 2004-06-15 17:08:43.321439984 -0700
@@ -257,3 +257,5 @@
}

core_initcall(pm_init);
+
+EXPORT_SYMBOL(pm_suspend);


From: Dmitry Vorobiev <dvorobiev@xxxxxxxxxxxxx>
Signed-off-by: Todd Poynor <tpoynor@xxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/