Changeset 95420 in vbox for trunk/src/VBox
- Timestamp:
- Jun 29, 2022 2:15:36 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_ttm.c
r95415 r95420 806 806 807 807 #if RTLNX_VER_MIN(5,14,0) || RTLNX_RHEL_RANGE(8,6, 8,99) 808 RT_NOREF(vbox);808 (void)vbox; 809 809 if (drm_dev_is_unplugged(file_priv->minor->dev)) 810 810 return -ENODEV;
Note:
See TracChangeset
for help on using the changeset viewer.