mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
linuxkpi: Add complete field to struct dev_pm_ops
This change breaks the KBI. Reviewed by: manu Approved by: manu Differential Revision: https://reviews.freebsd.org/D38085
This commit is contained in:
parent
270a133480
commit
0d4d9ee6f0
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ struct class {
|
|||
|
||||
struct dev_pm_ops {
|
||||
int (*prepare)(struct device *dev);
|
||||
void (*complete)(struct device *dev);
|
||||
int (*suspend)(struct device *dev);
|
||||
int (*suspend_late)(struct device *dev);
|
||||
int (*resume)(struct device *dev);
|
||||
|
|
|
|||
Loading…
Reference in a new issue