Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION to avoid confusion (among other things, with CONFIG_SUSPEND introduced in the next patch). Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6c8dca5d53
commit
b0cb1a19d0
@@ -352,7 +352,7 @@ static void tps65010_interrupt(struct tps65010 *tps)
|
||||
/* REVISIT: this might need its own workqueue
|
||||
* plus tweaks including deadlock avoidance ...
|
||||
* also needs to get error handling and probably
|
||||
* an #ifdef CONFIG_SOFTWARE_SUSPEND
|
||||
* an #ifdef CONFIG_HIBERNATION
|
||||
*/
|
||||
hibernate();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user