summaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2014-01-29 12:30:15 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2014-03-16 12:25:17 +0100
commitb9a0d15cc59e896dc6b6c07583157d78fcf72fbb (patch)
tree50d96f2a31561bb733c6535943386b249489e02d /include/drm/drmP.h
parentf4aede2e3291896e7cb42755ecc5b6815b6cac97 (diff)
downloadop-kernel-dev-b9a0d15cc59e896dc6b6c07583157d78fcf72fbb.zip
op-kernel-dev-b9a0d15cc59e896dc6b6c07583157d78fcf72fbb.tar.gz
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/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index d6cfca9..ff20b88 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
OpenPOWER on IntegriCloud