git: drm: Move drm_open() and drm_firstopen() to drm_fops.c
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Sat Feb 8 06:34:43 PST 2014
commit 3260c0679bd705a22fab52c0a33baf7e75618f02
Author: François Tigeot <ftigeot at wolfpond.org>
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
More information about the Commits
mailing list