Skip to content

Commit

Permalink
drm/atomic: Add missing drm_crtc_internal.h include
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thierry Reding authored and Daniel Vetter committed Apr 28, 2016
1 parent 36230cb commit be35f94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/drm_atomic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be35f94

Please sign in to comment.