Add the thaw_early method to struct dev_pm_ops in the LinuxKPI.
MFC after: 1 week
This commit is contained in:
parent
7ca4ed867f
commit
9575bf4b0e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user