projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4aede2
)
drm: remove unused DRM_MINOR_UNASSIGNED
author
David Herrmann
<dh.herrmann@gmail.com>
Wed, 29 Jan 2014 11:30:15 +0000
(12:30 +0100)
committer
David Herrmann
<dh.herrmann@gmail.com>
Sun, 16 Mar 2014 11:25:17 +0000
(12:25 +0100)
This constant is unused, remove it.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drmP.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drmP.h
b/include/drm/drmP.h
index d6cfca9042fe982a92fd3fb8140e1783b179e901..ff20b888d525578069f05cfcf88f9ce9f96c206e 100644
(file)
--- 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