diff options
author | Thierry Reding <treding@nvidia.com> | 2014-11-25 06:09:47 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-11-25 07:28:19 -0500 |
commit | 0254951d9c581ea21f989f7c8248079fb414a152 (patch) | |
tree | 76a298437c43cc0af375eb2b2af76a2d5e520a90 /include/drm | |
parent | 5d571690154cbe7e7b4d24ea8af2393146609b0e (diff) |
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>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_atomic_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_atomic_helper.h b/include/drm/drm_atomic_helper.h index 64b4e91b93bc..70a83197ef66 100644 --- a/include/drm/drm_atomic_helper.h +++ b/include/drm/drm_atomic_helper.h | |||
@@ -28,6 +28,8 @@ | |||
28 | #ifndef DRM_ATOMIC_HELPER_H_ | 28 | #ifndef DRM_ATOMIC_HELPER_H_ |
29 | #define DRM_ATOMIC_HELPER_H_ | 29 | #define DRM_ATOMIC_HELPER_H_ |
30 | 30 | ||
31 | #include <drm/drm_crtc.h> | ||
32 | |||
31 | int drm_atomic_helper_check(struct drm_device *dev, | 33 | int drm_atomic_helper_check(struct drm_device *dev, |
32 | struct drm_atomic_state *state); | 34 | struct drm_atomic_state *state); |
33 | int drm_atomic_helper_commit(struct drm_device *dev, | 35 | int drm_atomic_helper_commit(struct drm_device *dev, |