VirtualBox

Changeset 48422 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Sep 11, 2013 9:50:20 AM (11 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: removed .fasync as drm_fasync is an unneeded no-op to be removed in Linux 3.12.

File:
1 edited

Legend:

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

    r48354 r48422  
    122122        .mmap = drm_mmap,
    123123        .poll = drm_poll,
    124         .fasync = drm_fasync,
    125124};
    126125#endif
     
    153152        .mmap = drm_mmap,
    154153        .poll = drm_poll,
    155         .fasync = drm_fasync,
    156154    },
    157155#else /* LINUX_VERSION_CODE >= KERNEL_VERSION(3, 3, 0) || defined(DRM_FOPS_AS_POINTER) */
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