浏览代码

drm: drm_color_mgmt.h needs struct drm_crtc declaration

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/69c913b3ae3fc7235c059e08f58fb0a172d98cf8.1492768073.git.jsarha@ti.com
Jyri Sarha 8 年之前
父节点
当前提交
d1841d3283
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/drm/drm_color_mgmt.h

+ 2 - 0
include/drm/drm_color_mgmt.h

@@ -25,6 +25,8 @@
 
 
 #include <linux/ctype.h>
 #include <linux/ctype.h>
 
 
+struct drm_crtc;
+
 uint32_t drm_color_lut_extract(uint32_t user_input, uint32_t bit_precision);
 uint32_t drm_color_lut_extract(uint32_t user_input, uint32_t bit_precision);
 
 
 void drm_crtc_enable_color_mgmt(struct drm_crtc *crtc,
 void drm_crtc_enable_color_mgmt(struct drm_crtc *crtc,