aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index d57661129cb2..d7a1ae063b65 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -475,6 +475,9 @@ struct device {
475 void (*release)(struct device *dev); 475 void (*release)(struct device *dev);
476}; 476};
477 477
478/* Get the wakeup routines, which depend on struct device */
479#include <linux/pm_wakeup.h>
480
478#ifdef CONFIG_NUMA 481#ifdef CONFIG_NUMA
479static inline int dev_to_node(struct device *dev) 482static inline int dev_to_node(struct device *dev)
480{ 483{