drm: Move drm_open() and drm_firstopen() to drm_fops.c
authorFrançois Tigeot <ftigeot@wolfpond.org>
Fri, 7 Feb 2014 18:15:33 +0000 (19:15 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 8 Feb 2014 14:25:29 +0000 (15:25 +0100)
commit3260c0679bd705a22fab52c0a33baf7e75618f02
treef81e155289e0bcaadb825843ed97c0d023080c44
parentdf4baf3d69dedad22d8e33bb9e3c391e5917e64e
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
sys/dev/drm/drm_drv.c
sys/dev/drm/drm_fops.c