diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pm_qos.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/pm_qos.h b/include/linux/pm_qos.h index d4d34791e463..3e2547d6e207 100644 --- a/include/linux/pm_qos.h +++ b/include/linux/pm_qos.h | |||
| @@ -146,8 +146,6 @@ int dev_pm_qos_add_notifier(struct device *dev, | |||
| 146 | struct notifier_block *notifier); | 146 | struct notifier_block *notifier); |
| 147 | int dev_pm_qos_remove_notifier(struct device *dev, | 147 | int dev_pm_qos_remove_notifier(struct device *dev, |
| 148 | struct notifier_block *notifier); | 148 | struct notifier_block *notifier); |
| 149 | int dev_pm_qos_add_global_notifier(struct notifier_block *notifier); | ||
| 150 | int dev_pm_qos_remove_global_notifier(struct notifier_block *notifier); | ||
| 151 | void dev_pm_qos_constraints_init(struct device *dev); | 149 | void dev_pm_qos_constraints_init(struct device *dev); |
| 152 | void dev_pm_qos_constraints_destroy(struct device *dev); | 150 | void dev_pm_qos_constraints_destroy(struct device *dev); |
| 153 | int dev_pm_qos_add_ancestor_request(struct device *dev, | 151 | int dev_pm_qos_add_ancestor_request(struct device *dev, |
| @@ -199,12 +197,6 @@ static inline int dev_pm_qos_add_notifier(struct device *dev, | |||
| 199 | static inline int dev_pm_qos_remove_notifier(struct device *dev, | 197 | static inline int dev_pm_qos_remove_notifier(struct device *dev, |
| 200 | struct notifier_block *notifier) | 198 | struct notifier_block *notifier) |
| 201 | { return 0; } | 199 | { return 0; } |
| 202 | static inline int dev_pm_qos_add_global_notifier( | ||
| 203 | struct notifier_block *notifier) | ||
| 204 | { return 0; } | ||
| 205 | static inline int dev_pm_qos_remove_global_notifier( | ||
| 206 | struct notifier_block *notifier) | ||
| 207 | { return 0; } | ||
| 208 | static inline void dev_pm_qos_constraints_init(struct device *dev) | 200 | static inline void dev_pm_qos_constraints_init(struct device *dev) |
| 209 | { | 201 | { |
| 210 | dev->power.power_state = PMSG_ON; | 202 | dev->power.power_state = PMSG_ON; |
