From: Jyri Sarha Date: Fri, 21 Apr 2017 09:51:12 +0000 (+0300) Subject: drm: drm_color_mgmt.h needs struct drm_crtc declaration X-Git-Tag: v4.14-rc1~8^2~52^2~341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1841d32835f4125ecb660c1ff6bb0dd059eadf8;p=platform%2Fkernel%2Flinux-rpi.git drm: drm_color_mgmt.h needs struct drm_crtc declaration Signed-off-by: Jyri Sarha Reviewed-by: Laurent Pinchart Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/69c913b3ae3fc7235c059e08f58fb0a172d98cf8.1492768073.git.jsarha@ti.com --- diff --git a/include/drm/drm_color_mgmt.h b/include/drm/drm_color_mgmt.h index bce4a53..03a59cb 100644 --- a/include/drm/drm_color_mgmt.h +++ b/include/drm/drm_color_mgmt.h @@ -25,6 +25,8 @@ #include +struct drm_crtc; + uint32_t drm_color_lut_extract(uint32_t user_input, uint32_t bit_precision); void drm_crtc_enable_color_mgmt(struct drm_crtc *crtc,