projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee5ec4
)
drm: remove unused connector_count field from drm_display_mode
author
Jesse Barnes
<jbarnes@virtuousgeek.org>
Mon, 7 Nov 2011 20:03:12 +0000
(12:03 -0800)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 6 Dec 2011 10:06:25 +0000
(10:06 +0000)
Doesn't really belong here anyway.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_crtc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_crtc.h
b/include/drm/drm_crtc.h
index 6718b1873dfc34a00e64681b926f3246c0e6c7ec..4f2feee4f479ac0bb6904c05260324637e7c7f1b 100644
(file)
--- a/
include/drm/drm_crtc.h
+++ b/
include/drm/drm_crtc.h
@@
-120,7
+120,6
@@
struct drm_display_mode {
char name[DRM_DISPLAY_MODE_LEN];
- int connector_count;
enum drm_mode_status status;
int type;