Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102644963
D38083.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
405 B
Referenced Files
None
Subscribers
None
D38083.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/pm_runtime.h b/sys/compat/linuxkpi/common/include/linux/pm_runtime.h
--- a/sys/compat/linuxkpi/common/include/linux/pm_runtime.h
+++ b/sys/compat/linuxkpi/common/include/linux/pm_runtime.h
@@ -40,4 +40,10 @@
return 1;
}
+static inline int
+pm_runtime_suspended(struct device *dev)
+{
+ return 0;
+}
+
#endif /* _LINUXKPI_LINUX_PM_RUNTIME_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 6:49 AM (20 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14654770
Default Alt Text
D38083.diff (405 B)
Attached To
Mode
D38083: linuxkpi: Add `pm_runtime_suspended()`
Attached
Detach File
Event Timeline
Log In to Comment