Message ID | 1391004120-687-4-git-send-email-dh.herrmann@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
This constant is unused, remove it. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> --- include/drm/drmP.h | 1 - 1 file changed, 1 deletion(-)