]> Git Repo - linux.git/commit
drm: merge drm_drv.c into drm_ioctl.c
authorDavid Herrmann <[email protected]>
Wed, 23 Jul 2014 12:14:53 +0000 (14:14 +0200)
committerDavid Herrmann <[email protected]>
Tue, 5 Aug 2014 14:08:11 +0000 (16:08 +0200)
commitec8f112db2ee0032f2b047109fdbd87f1c264ad8
treec7579f0f70f89dd53e87400bd8a8ffc04abb337d
parent1b7199fe9840737397d335922033aa2c3cca92c6
drm: merge drm_drv.c into drm_ioctl.c

All that is left in drm_drv.c is ioctl management. Merge it into
drm_ioctl.c so we have all ioctl management in one file (and the name is
much more fitting).

Maybe we should now rename drm_stub.c to drm_drv.c again?

Acked-by: Daniel Vetter <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: David Herrmann <[email protected]>
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_drv.c [deleted file]
drivers/gpu/drm/drm_ioctl.c
This page took 0.054262 seconds and 4 git commands to generate.