Re: [PATCH 1/6] Suspend: Fix compilation warning for CONFIG_SUSPEND unset

2007-11-26 Thread Pavel Machek
On Tue 2007-11-27 00:27:23, Rafael J. Wysocki wrote: > Suspend: Make debug facility depend on CONFIG_SUSPEND > > Make the new suspend debug facility code depend on CONFIG_SUSPEND, > as appropriate, to remove the compiler warning printed when CONFIG_PM is set > and CONFIG_SUSPEND is not set. > > S

[PATCH 1/6] Suspend: Fix compilation warning for CONFIG_SUSPEND unset

2007-11-26 Thread Rafael J. Wysocki
Suspend: Make debug facility depend on CONFIG_SUSPEND Make the new suspend debug facility code depend on CONFIG_SUSPEND, as appropriate, to remove the compiler warning printed when CONFIG_PM is set and CONFIG_SUSPEND is not set. Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> --- kernel/pow