aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 08a884bea446..395c6139c893 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -573,9 +573,6 @@ struct drm_mode_config {
573 /* Optional properties */ 573 /* Optional properties */
574 struct drm_property *scaling_mode_property; 574 struct drm_property *scaling_mode_property;
575 struct drm_property *dithering_mode_property; 575 struct drm_property *dithering_mode_property;
576
577 /* hotplug */
578 uint32_t hotplug_counter;
579}; 576};
580 577
581#define obj_to_crtc(x) container_of(x, struct drm_crtc, base) 578#define obj_to_crtc(x) container_of(x, struct drm_crtc, base)