diff mbox series

[15/18] drm: Remove DRM_GLOBAL_TTM_OBJECT

Message ID 20181019085423.28159-16-tzimmermann@suse.de (mailing list archive)
State New, archived
Headers show
Series Provide a nice interface for TTM global state | expand

Commit Message

Thomas Zimmermann Oct. 19, 2018, 8:54 a.m. UTC
The constant DRM_GLOBAL_TTM_OBJECT is unused and not obviously useful.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
---
 include/drm/drm_global.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/drm/drm_global.h b/include/drm/drm_global.h
index 4482a9bbd6e9..63ffdcec6690 100644
--- a/include/drm/drm_global.h
+++ b/include/drm/drm_global.h
@@ -41,7 +41,6 @@ 
 enum drm_global_types {
 	DRM_GLOBAL_TTM_MEM = 0,
 	DRM_GLOBAL_TTM_BO,
-	DRM_GLOBAL_TTM_OBJECT,
 	DRM_GLOBAL_NUM
 };