diff options
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r-- | include/linux/pm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index b2c4fde4e99..3fd65ad4b09 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h | |||
@@ -269,13 +269,10 @@ struct dev_pm_info { | |||
269 | unsigned should_wakeup:1; | 269 | unsigned should_wakeup:1; |
270 | pm_message_t prev_state; | 270 | pm_message_t prev_state; |
271 | void * saved_state; | 271 | void * saved_state; |
272 | struct device * pm_parent; | ||
273 | struct list_head entry; | 272 | struct list_head entry; |
274 | #endif | 273 | #endif |
275 | }; | 274 | }; |
276 | 275 | ||
277 | extern void device_pm_set_parent(struct device * dev, struct device * parent); | ||
278 | |||
279 | extern int device_power_down(pm_message_t state); | 276 | extern int device_power_down(pm_message_t state); |
280 | extern void device_power_up(void); | 277 | extern void device_power_up(void); |
281 | extern void device_resume(void); | 278 | extern void device_resume(void); |