public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Export pm_suspend
@ 2004-06-16  1:13 Todd Poynor
  2004-06-16  4:08 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Todd Poynor @ 2004-06-16  1:13 UTC (permalink / raw)
  To: greg, linux-kernel

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@ru.mvista.com>
Signed-off-by: Todd Poynor <tpoynor@mvista.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-16 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-16  1:13 [PATCH] Export pm_suspend Todd Poynor
2004-06-16  4:08 ` Greg KH
2004-06-16 19:35   ` Todd Poynor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox