VirtualBox

Changeset 54171 in vbox


Ignore:
Timestamp:
Feb 12, 2015 10:56:53 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98219
Message:

Additions/linux/drm: Linux 3.18 warning fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vboxvideo_drm.c

    r53340 r54171  
    104104    /* .driver_features = DRIVER_USE_MTRR, */
    105105    .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
    106112# ifndef DRM_FOPS_AS_POINTER
    107113    .fops =
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette