Add the thaw_early method to struct dev_pm_ops in the LinuxKPI.

MFC after:	1 week
This commit is contained in:
markj 2017-06-25 19:21:59 +00:00
parent 7ca4ed867f
commit 9575bf4b0e

View File

@ -69,6 +69,7 @@ struct dev_pm_ops {
int (*freeze)(struct device *dev);
int (*freeze_late)(struct device *dev);
int (*thaw)(struct device *dev);
int (*thaw_early)(struct device *dev);
int (*poweroff)(struct device *dev);
int (*poweroff_late)(struct device *dev);
int (*restore)(struct device *dev);