Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147742639
D40173.id122980.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
D40173.id122980.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/io.h b/sys/compat/linuxkpi/common/include/linux/io.h
--- a/sys/compat/linuxkpi/common/include/linux/io.h
+++ b/sys/compat/linuxkpi/common/include/linux/io.h
@@ -403,6 +403,13 @@
}
#endif
+struct device;
+static inline void *
+devm_ioremap(struct device *dev, resource_size_t offset, resource_size_t size)
+{
+ return (NULL);
+}
+
#ifdef VM_MEMATTR_DEVICE
#define ioremap_nocache(addr, size) \
_ioremap_attr((addr), (size), VM_MEMATTR_DEVICE)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 14, 8:27 AM (21 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29661556
Default Alt Text
D40173.id122980.diff (512 B)
Attached To
Mode
D40173: LinuxKPI: add devm_ioremap()
Attached
Detach File
Event Timeline
Log In to Comment