]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/pm.h
PM / Runtime: Add subsystem data field to struct dev_pm_info
[mirror_ubuntu-zesty-kernel.git] / include / linux / pm.h
index 512e09177e57a59cf10386ff4fa822735899f38a..f4167d0faa67a77800da9722d7bb3db0f2e81526 100644 (file)
@@ -460,6 +460,7 @@ struct dev_pm_info {
        unsigned long           active_jiffies;
        unsigned long           suspended_jiffies;
        unsigned long           accounting_timestamp;
+       void                    *subsys_data;  /* Owned by the subsystem. */
 #endif
 };