drm: re-write minor number allocation to use an idr.
authorDave Airlie <airlied@redhat.com>
Wed, 13 Feb 2008 02:12:52 +0000 (12:12 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 13 Feb 2008 02:12:52 +0000 (12:12 +1000)
commitf276c845bde4c712aa383540a2dd2055ecc00031
treeb7b4847cd819cb356e4f13a74326655c7244e7f9
parent04257f1a5a28550dc430d8051bb58fd0ac34e77d
drm: re-write minor number allocation to use an idr.

Fixup the minor number allocation scheme to use an idr and move the control
nodes up higher.
linux-core/drmP.h
linux-core/drm_drv.c
linux-core/drm_fops.c
linux-core/drm_proc.c
linux-core/drm_stub.c
linux-core/drm_sysfs.c