VirtualBox

Ignore:
Timestamp:
09/11/2013 09:50:20 AM (4 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.

www.oracle.com
ContactPrivacy policyTerms of Use