drm: Nuke drm_framebuffer->helper_private
[firefly-linux-kernel-4.4.55.git] / include / drm / drm_crtc.h
index 75f49c1ef8bb73c94f5d392a80aa5ffdebf8ae48..c0366e9152e20ed87ae6e8f2aa54e166eb2168b7 100644 (file)
@@ -210,8 +210,6 @@ struct drm_framebuffer {
        int flags;
        uint32_t pixel_format; /* fourcc format */
        struct list_head filp_head;
-       /* if you are using the helper */
-       void *helper_private;
 };
 
 struct drm_property_blob {