From: Noralf Trønnes Date: Sun, 22 Jan 2017 18:11:11 +0000 (+0100) Subject: drm/simple-helpers: Add missing includes X-Git-Tag: v4.11-rc1~83^2~32^2~39 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a6a9534cdd19f1c1bab76538c529ce92d85eb4d8;p=karo-tx-linux.git 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 Signed-off-by: Daniel Vetter 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 fe8c4ba905ac..d138d08a48c1 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 +#include +#include + struct drm_simple_display_pipe; /**