diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-01-29 12:30:15 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-03-16 12:25:17 +0100 |
commit | b9a0d15cc59e896dc6b6c07583157d78fcf72fbb (patch) | |
tree | 50d96f2a31561bb733c6535943386b249489e02d /include/drm | |
parent | f4aede2e3291896e7cb42755ecc5b6815b6cac97 (diff) |
drm: remove unused DRM_MINOR_UNASSIGNED
This constant is unused, remove it.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |