PM / Suspend: Export suspend_set_ops, suspend_valid_only_mem
authorKevin Hilman <khilman@ti.com>
Sun, 26 Jun 2011 23:01:07 +0000 (01:01 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 15 Jul 2011 21:58:19 +0000 (23:58 +0200)
Some platforms wish to implement their PM core suspend code as
modules.  To do so, these functions need to be exported to modules.

[rjw: Replaced EXPORT_SYMBOL with EXPORT_SYMBOL_GPL]

Reported-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

No differences found