commit | a6a9534cdd19f1c1bab76538c529ce92d85eb4d8 | [log] [tgz] |
---|---|---|
author | Noralf Trønnes <noralf@tronnes.org> | Sun Jan 22 19:11:11 2017 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jan 24 11:00:22 2017 +0100 |
tree | 4164b30f2ad32aff54262e67c5456cb2a8b1d94d | |
parent | a4405b567eb9d29bc4ff911b9377077a94663f57 [diff] [blame] |
drm/simple-helpers: Add missing includes Add missing includes to pull in definitions for drm_crtc, drm_plane and drm_encoder. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170122181117.8210-4-noralf@tronnes.org
diff --git a/include/drm/drm_simple_kms_helper.h b/include/drm/drm_simple_kms_helper.h index fe8c4ba..d138d08 100644 --- a/include/drm/drm_simple_kms_helper.h +++ b/include/drm/drm_simple_kms_helper.h
@@ -10,6 +10,10 @@ #ifndef __LINUX_DRM_SIMPLE_KMS_HELPER_H #define __LINUX_DRM_SIMPLE_KMS_HELPER_H +#include <drm/drm_crtc.h> +#include <drm/drm_encoder.h> +#include <drm/drm_plane.h> + struct drm_simple_display_pipe; /**