Changeset 54171 in vbox
- Timestamp:
- Feb 12, 2015 10:56:53 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vboxvideo_drm.c
r53340 r54171 104 104 /* .driver_features = DRIVER_USE_MTRR, */ 105 105 .load = vboxvideo_driver_load, 106 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 18, 0) 107 /* If this is missing a warning gets printed to dmesg. We will not 108 * attempt to make kernels work to which the change (915b4d11b) got back- 109 * ported, as the problem is only cosmetic. */ 110 .set_busid = drm_pci_set_busid, 111 #endif 106 112 # ifndef DRM_FOPS_AS_POINTER 107 113 .fops =
Note:
See TracChangeset
for help on using the changeset viewer.