summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/drm/include/linux/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/include/linux/device.h b/sys/dev/pci/drm/include/linux/device.h
index df113736d09..ba1e269a74d 100644
--- 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) ""