From: David Herrmann Date: Wed, 29 Jan 2014 11:30:15 +0000 (+0100) Subject: drm: remove unused DRM_MINOR_UNASSIGNED X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b9a0d15cc59e896dc6b6c07583157d78fcf72fbb;p=linux-beck.git drm: remove unused DRM_MINOR_UNASSIGNED This constant is unused, remove it. Signed-off-by: David Herrmann Reviewed-by: Daniel Vetter --- diff --git a/include/drm/drmP.h b/include/drm/drmP.h index d6cfca9042fe..ff20b888d525 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -1008,7 +1008,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