drm/atomic: Add missing drm_crtc_internal.h include
authorThierry Reding <treding@nvidia.com>
Thu, 28 Apr 2016 13:19:56 +0000 (15:19 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 28 Apr 2016 14:36:30 +0000 (16:36 +0200)
Some of the functions implemented are flagged as not having a prototype
defined when building with W=1. Include the header to avoid these build
warnings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1461849596-12819-1-git-send-email-thierry.reding@gmail.com
drivers/gpu/drm/drm_atomic.c

index 8ee1db866e8004c95d9e7bbb038aff5f7daf2f84..2fabd8c4fd88f37367837a6df3a2431373244923 100644 (file)
@@ -31,6 +31,8 @@
 #include <drm/drm_mode.h>
 #include <drm/drm_plane_helper.h>
 
+#include "drm_crtc_internal.h"
+
 /**
  * drm_atomic_state_default_release -
  * release memory initialized by drm_atomic_state_init