commit | 9a3df1f7de0ecaf77a1dde86f2a4dc020f37f87e | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Mar 19 22:39:13 2008 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sat Apr 19 19:10:26 2008 -0700 |
tree | 599a884cf4b42c516226c0f845cd32d0295b74ed | |
parent | d288e47c471e1090e80c62ad95882fafbf3f499d [diff] |
PM: Convert wakeup flag accessors to inline functions 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>