summaryrefslogtreecommitdiff
path: root/include/linux/pm_wakeup.h
AgeCommit message (Collapse)Author
2008-04-19PM: Convert wakeup flag accessors to inline functionsAlan Stern
This patch (as1058) improves the wakeup macros in include/linux/pm.h. All but the trivial ones are converted to inline routines, which requires moving them to a separate header file since they depend on the definition of struct device. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>