drm: Make drm_atomic_helper.h standalone includible
authorThierry Reding <treding@nvidia.com>
Tue, 25 Nov 2014 11:09:47 +0000 (12:09 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 25 Nov 2014 12:28:19 +0000 (13:28 +0100)
commit0254951d9c581ea21f989f7c8248079fb414a152
tree76a298437c43cc0af375eb2b2af76a2d5e520a90
parent5d571690154cbe7e7b4d24ea8af2393146609b0e
drm: Make drm_atomic_helper.h standalone includible

This header uses a bunch of declarations from the drm/drm_crtc.h header,
so make sure to include that as well so that drm_atomic_helper.h can be
included standalone.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drm_atomic_helper.h