projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b46004b
)
drm: Make drm_crtc_helper.h standalone includible
author
Thierry Reding
<treding@nvidia.com>
Wed, 17 Dec 2014 15:41:42 +0000
(16:41 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 17 Dec 2014 21:04:52 +0000
(22:04 +0100)
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>
include/drm/drm_crtc_helper.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_crtc_helper.h
b/include/drm/drm_crtc_helper.h
index 7adbb65ea8aeaa92eb750bab5dad3a2c8fef28eb..8608897ace100333365e0f3dce14dbf6088706de 100644
(file)
--- 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,