[PATCH 03/13] drm: remove unused DRM_MINOR_UNASSIGNED

David Herrmann dh.herrmann at gmail.com
Wed Jan 29 06:01:50 PST 2014


This constant is unused, remove it.

Signed-off-by: David Herrmann <dh.herrmann at gmail.com>
---
 include/drm/drmP.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 6bd2d74..89b9d58 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1005,7 +1005,6 @@ struct drm_driver {
 	struct list_head legacy_dev_list;
 };
 
-#define DRM_MINOR_UNASSIGNED 0
 #define DRM_MINOR_LEGACY 1
 #define DRM_MINOR_CONTROL 2
 #define DRM_MINOR_RENDER 3
-- 
1.8.5.3



More information about the dri-devel mailing list