aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pm.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-12-13 11:40:28 +0000
committerMark Brown <broonie@kernel.org>2014-12-13 11:40:28 +0000
commita8746c6e3ad1c6da7f3666b38251733e9b3450d8 (patch)
tree2613447e59bd44ad46d6899fe3d582dbfda60928 /include/linux/pm.h
parent564d904a04dfd7b4a3e28fac195a6a824b2190d3 (diff)
parent84ef44fda92bbf2c1818f8a3781a3376f72947a6 (diff)
Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-android
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r--include/linux/pm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h
index 8c6583a53a06..ea05bc207c93 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -596,6 +596,7 @@ extern int dev_pm_put_subsys_data(struct device *dev);
*/
struct dev_pm_domain {
struct dev_pm_ops ops;
+ void (*detach)(struct device *dev, bool power_off);
};
/*