diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2018-08-20 12:05:17 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2018-08-20 12:05:17 -0400 |
| commit | 415d2b3392d7a80903e0f97f051201aa02bf20e9 (patch) | |
| tree | 47492d2386a0e7f00ef645313cb44ae4960b7e7e /include/linux/pm_runtime.h | |
| parent | 4f65245f2d178b9cba48350620d76faa4a098841 (diff) | |
| parent | b8e759b8f6dab1c473c30ac12709095d0b81078e (diff) | |
Merge branch 'for-4.19/cougar' into for-linus
New device support for hid-cougar
Diffstat (limited to 'include/linux/pm_runtime.h')
| -rw-r--r-- | include/linux/pm_runtime.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/pm_runtime.h b/include/linux/pm_runtime.h index db5dbbf7a48d..f0fc4700b6ff 100644 --- a/include/linux/pm_runtime.h +++ b/include/linux/pm_runtime.h | |||
| @@ -56,7 +56,8 @@ extern void pm_runtime_update_max_time_suspended(struct device *dev, | |||
| 56 | s64 delta_ns); | 56 | s64 delta_ns); |
| 57 | extern void pm_runtime_set_memalloc_noio(struct device *dev, bool enable); | 57 | extern void pm_runtime_set_memalloc_noio(struct device *dev, bool enable); |
| 58 | extern void pm_runtime_clean_up_links(struct device *dev); | 58 | extern void pm_runtime_clean_up_links(struct device *dev); |
| 59 | extern void pm_runtime_resume_suppliers(struct device *dev); | 59 | extern void pm_runtime_get_suppliers(struct device *dev); |
| 60 | extern void pm_runtime_put_suppliers(struct device *dev); | ||
| 60 | extern void pm_runtime_new_link(struct device *dev); | 61 | extern void pm_runtime_new_link(struct device *dev); |
| 61 | extern void pm_runtime_drop_link(struct device *dev); | 62 | extern void pm_runtime_drop_link(struct device *dev); |
| 62 | 63 | ||
| @@ -172,7 +173,8 @@ static inline unsigned long pm_runtime_autosuspend_expiration( | |||
| 172 | static inline void pm_runtime_set_memalloc_noio(struct device *dev, | 173 | static inline void pm_runtime_set_memalloc_noio(struct device *dev, |
| 173 | bool enable){} | 174 | bool enable){} |
| 174 | static inline void pm_runtime_clean_up_links(struct device *dev) {} | 175 | static inline void pm_runtime_clean_up_links(struct device *dev) {} |
| 175 | static inline void pm_runtime_resume_suppliers(struct device *dev) {} | 176 | static inline void pm_runtime_get_suppliers(struct device *dev) {} |
| 177 | static inline void pm_runtime_put_suppliers(struct device *dev) {} | ||
| 176 | static inline void pm_runtime_new_link(struct device *dev) {} | 178 | static inline void pm_runtime_new_link(struct device *dev) {} |
| 177 | static inline void pm_runtime_drop_link(struct device *dev) {} | 179 | static inline void pm_runtime_drop_link(struct device *dev) {} |
| 178 | 180 | ||
