artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09da619
)
add dev_is_removable() for 6.1.64 drm
author
jsg
<jsg@openbsd.org>
Thu, 30 Nov 2023 02:14:01 +0000
(
02:14
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 30 Nov 2023 02:14:01 +0000
(
02:14
+0000)
sys/dev/pci/drm/include/linux/device.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/linux/device.h
b/sys/dev/pci/drm/include/linux/device.h
index
df11373
..
ba1e269
100644
(file)
--- a/
sys/dev/pci/drm/include/linux/device.h
+++ b/
sys/dev/pci/drm/include/linux/device.h
@@
-112,6
+112,9
@@
dev_driver_string(struct device *dev)
return dev->dv_cfdata->cf_driver->cd_name;
}
+/* XXX return true for thunderbolt/USB4 */
+#define dev_is_removable(x) false
+
/* should be bus id as string, ie 0000:00:02.0 */
#define dev_name(dev) ""