diff options
author | Thierry Reding <treding@nvidia.com> | 2014-12-17 10:41:42 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-12-17 16:04:52 -0500 |
commit | 6d11a2f00724d52b988b5fedc6e6a050e1a46389 (patch) | |
tree | 4a53bf4b2d7e8b0c1860b41bc6591df476969e13 | |
parent | b46004b70367974d5318caeabfd435017adf9e2a (diff) |
drm: Make drm_crtc_helper.h standalone includible
The file refers to a bunch of structure declared in drm_crtc.h, so
include it to make sure the drm_crtc_helper.h header can be included
standalone.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r-- | include/drm/drm_crtc_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h index 7adbb65ea8ae..8608897ace10 100644 --- a/include/drm/drm_crtc_helper.h +++ b/include/drm/drm_crtc_helper.h | |||
@@ -39,6 +39,8 @@ | |||
39 | 39 | ||
40 | #include <linux/fb.h> | 40 | #include <linux/fb.h> |
41 | 41 | ||
42 | #include <drm/drm_crtc.h> | ||
43 | |||
42 | enum mode_set_atomic { | 44 | enum mode_set_atomic { |
43 | LEAVE_ATOMIC_MODE_SET, | 45 | LEAVE_ATOMIC_MODE_SET, |
44 | ENTER_ATOMIC_MODE_SET, | 46 | ENTER_ATOMIC_MODE_SET, |