commit 3994a83e6b118447826cf143cd9e9c39eae4a98c
Author: Markus Pfeiffer <[email protected]>
Date: Fri Apr 4 00:47:32 2014 +0100
kernel/drm: use devfs_*_cdevpriv functions
drm relied on a custom hack to implement those functions, this hack
has now been removed, and the devfs based functions are used.
Summary of changes:
sys/dev/drm/drm_drv.c | 25 +++++++++++++++----------
sys/dev/drm/drm_fops.c | 40 +++++++++++++++-------------------------
sys/dev/drm/drm_vm.c | 10 ++++------
sys/dev/drm/include/drm/drmP.h | 5 ++++-
4 files changed, 38 insertions(+), 42 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3994a83e6b118447826cf143cd9e9c39eae4a98c
--
DragonFly BSD source repository