drm: Remove drm_global.{c,h} v2
The content of drm_global.{c,h} is obsolete. v2: rebase on dropping TTM functionality Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:

committed by
Alex Deucher

parent
a64f784bb1
commit
2bb42410b1
@@ -975,14 +975,12 @@ static void drm_core_exit(void)
|
||||
drm_sysfs_destroy();
|
||||
idr_destroy(&drm_minors_idr);
|
||||
drm_connector_ida_destroy();
|
||||
drm_global_release();
|
||||
}
|
||||
|
||||
static int __init drm_core_init(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
drm_global_init();
|
||||
drm_connector_ida_init();
|
||||
idr_init(&drm_minors_idr);
|
||||
|
||||
|
Reference in New Issue
Block a user