diff options
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r-- | include/linux/pm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index 06f7ed893928..66c19a65a514 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h | |||
@@ -643,7 +643,6 @@ struct dev_pm_info { | |||
643 | struct dev_pm_qos *qos; | 643 | struct dev_pm_qos *qos; |
644 | }; | 644 | }; |
645 | 645 | ||
646 | extern void update_pm_runtime_accounting(struct device *dev); | ||
647 | extern int dev_pm_get_subsys_data(struct device *dev); | 646 | extern int dev_pm_get_subsys_data(struct device *dev); |
648 | extern void dev_pm_put_subsys_data(struct device *dev); | 647 | extern void dev_pm_put_subsys_data(struct device *dev); |
649 | 648 | ||