Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102629925
D38085.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
465 B
Referenced Files
None
Subscribers
None
D38085.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/device.h b/sys/compat/linuxkpi/common/include/linux/device.h
--- a/sys/compat/linuxkpi/common/include/linux/device.h
+++ b/sys/compat/linuxkpi/common/include/linux/device.h
@@ -70,6 +70,7 @@
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);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 1:37 AM (20 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14650950
Default Alt Text
D38085.diff (465 B)
Attached To
Mode
D38085: linuxkpi: Add `complete` field to `struct dev_pm_ops`
Attached
Detach File
Event Timeline
Log In to Comment