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:
Jean-Sébastien Pédron 2023-01-11 23:23:57 +01:00
parent 270a133480
commit 0d4d9ee6f0
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC

View File

@ -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);