projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4405b5
)
drm/simple-helpers: Add missing includes
author
Noralf Trønnes
<noralf@tronnes.org>
Sun, 22 Jan 2017 18:11:11 +0000
(19:11 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 24 Jan 2017 10:00:22 +0000
(11:00 +0100)
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
include/drm/drm_simple_kms_helper.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_simple_kms_helper.h
b/include/drm/drm_simple_kms_helper.h
index
fe8c4ba
..
d138d08
100644
(file)
--- 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;
/**