diff options
author | Thierry Reding <treding@nvidia.com> | 2014-12-17 16:41:42 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-12-17 22:04:52 +0100 |
commit | 6d11a2f00724d52b988b5fedc6e6a050e1a46389 (patch) | |
tree | 4a53bf4b2d7e8b0c1860b41bc6591df476969e13 /include/drm | |
parent | b46004b70367974d5318caeabfd435017adf9e2a (diff) | |
download | linux-6d11a2f00724d52b988b5fedc6e6a050e1a46389.tar.bz2 |
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>
Diffstat (limited to 'include/drm')
-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 @@ #include <linux/fb.h> +#include <drm/drm_crtc.h> + enum mode_set_atomic { LEAVE_ATOMIC_MODE_SET, ENTER_ATOMIC_MODE_SET, |