commit | 33f1d7ecc6cffff3c618a02295de969ebbacd95d | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Tue Jan 06 21:14:04 2009 +0100 |
committer | Len Brown <len.brown@intel.com> | Fri Jan 16 14:32:17 2009 -0500 |
tree | 66e5bc12c253f1b39abc468fbbf15d9cb455245d | |
parent | c59765042f53a79a7a65585042ff463b69cb248c [diff] |
PM: Fix freezer compilation if PM_SLEEP is unset Freezer fails to compile if with the following configuration settings: CONFIG_CGROUPS=y CONFIG_CGROUP_FREEZER=y CONFIG_MODULES=y CONFIG_FREEZER=y CONFIG_PM=y CONFIG_PM_SLEEP=n Fix this by making process.o compilation depend on CONFIG_FREEZER. Reported-by: Cheng Renquan <crquan@gmail.com> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Len Brown <len.brown@intel.com>