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>
This commit is contained in:
Alan Stern
2008-03-19 22:39:13 +01:00
committed by Greg Kroah-Hartman
parent d288e47c47
commit 9a3df1f7de
3 changed files with 94 additions and 45 deletions

View File

@@ -475,6 +475,9 @@ struct device {
void (*release)(struct device *dev);
};
/* Get the wakeup routines, which depend on struct device */
#include <linux/pm_wakeup.h>
#ifdef CONFIG_NUMA
static inline int dev_to_node(struct device *dev)
{