drm: sanitise drm modesetting API + remove unused hotplug
[deliverable/linux.git] / include / drm / drm_crtc.h
index 08a884bea446fc3359945f71a2f9aaf990e70539..395c6139c89319187fbbf14e1995472e108effa8 100644 (file)
@@ -573,9 +573,6 @@ struct drm_mode_config {
        /* Optional properties */
        struct drm_property *scaling_mode_property;
        struct drm_property *dithering_mode_property;
-
-       /* hotplug */
-       uint32_t hotplug_counter;
 };
 
 #define obj_to_crtc(x) container_of(x, struct drm_crtc, base)
This page took 0.034264 seconds and 5 git commands to generate.