projects
/
GitHub
/
LineageOS
/
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:
22375f3
)
r128_drm.h: include drm/drm.h
author
Mikko Rapeli
<mikko.rapeli@iki.fi>
Thu, 15 Oct 2015 05:55:46 +0000
(07:55 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 16 Oct 2015 13:50:59 +0000
(15:50 +0200)
Fixes compile error:
drm/r128_drm.h:156:23: error: array type has incomplete element type
struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS];
Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/uapi/drm/r128_drm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/drm/r128_drm.h
b/include/uapi/drm/r128_drm.h
index 8d8878b55f5547e90aacc998ceac75977fe26dec..76b0aa3e82101d9b1a7010231b5c571f919f97dd 100644
(file)
--- a/
include/uapi/drm/r128_drm.h
+++ b/
include/uapi/drm/r128_drm.h
@@
-33,6
+33,8
@@
#ifndef __R128_DRM_H__
#define __R128_DRM_H__
+#include <drm/drm.h>
+
/* WARNING: If you change any of these defines, make sure to change the
* defines in the X server file (r128_sarea.h)
*/