VirtualBox

Changeset 33754 in vbox


Ignore:
Timestamp:
Nov 4, 2010 8:56:02 AM (14 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: Linux 2.6.37 fix

File:
1 edited

Legend:

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

    r28800 r33754  
    7979        .load = vboxvideo_driver_load,
    8080        .reclaim_buffers = drm_core_reclaim_buffers,
     81        /* As of Linux 2.65.37, always the internal functions are used. */
     82#if LINUX_VERSION_CODE < KERNEL_VERSION (2, 6, 37)
    8183        .get_map_ofs = drm_core_get_map_ofs,
    8284        .get_reg_ofs = drm_core_get_reg_ofs,
     85#endif
    8386        .fops = {
    8487                 .owner = THIS_MODULE,
Note: See TracChangeset for help on using the changeset viewer.

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