From: Alan Stern Date: Wed, 19 Mar 2008 21:39:13 +0000 (+0100) Subject: PM: Convert wakeup flag accessors to inline functions X-Git-Tag: v2.6.26-rc1~1126^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a3df1f7de0ecaf77a1dde86f2a4dc020f37f87e;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed