commit 3260c0679bd705a22fab52c0a33baf7e75618f02
Author: François Tigeot <[email protected]>
Date:   Fri Feb 7 19:15:33 2014 +0100

    drm: Move drm_open() and drm_firstopen() to drm_fops.c
    
    * That's where they are located on Linux
    
    * Also rename drm_firstopen() to drm_setup() to further reduce
      differences

Summary of changes:
 sys/dev/drm/drm_drv.c  |  78 +-----------------------------------
 sys/dev/drm/drm_fops.c | 105 +++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 95 insertions(+), 88 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3260c0679bd705a22fab52c0a33baf7e75618f02


-- 
DragonFly BSD source repository

Reply via email to