diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 07:08:41 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:30 -0400 |
commit | 246359d37985000b8403487e46867c4eb610af72 (patch) | |
tree | a243cf89b55885c389704a48606e09eff54ebab0 /include/linux/pm_runtime.h | |
parent | a8efa9d6bf00fbe9597dd3352dc062a998bf9b15 (diff) | |
download | talos-op-linux-246359d37985000b8403487e46867c4eb610af72.tar.gz talos-op-linux-246359d37985000b8403487e46867c4eb610af72.zip |
pm_runtime.h: explicitly requires notifier.h
This file was getting notifier.h via device.h --> module.h but
the module.h inclusion is going away, so add notifier.h directly.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'include/linux/pm_runtime.h')
-rw-r--r-- | include/linux/pm_runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pm_runtime.h b/include/linux/pm_runtime.h index 70b284024d9e..d8d903619642 100644 --- a/include/linux/pm_runtime.h +++ b/include/linux/pm_runtime.h @@ -10,6 +10,7 @@ #define _LINUX_PM_RUNTIME_H #include <linux/device.h> +#include <linux/notifier.h> #include <linux/pm.h> #include <linux/jiffies.h> |