projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
678205a
)
drm: fix inclusion of drm.h in virtgpu_drm.h
author
Gabriel Laskar
<
[email protected]
>
Mon, 30 Nov 2015 14:10:55 +0000
(15:10 +0100)
committer
Gabriel Laskar
<
[email protected]
>
Thu, 10 Dec 2015 11:33:23 +0000
(12:33 +0100)
Using `#include "drm.h"` instead of `#include <drm/drm.h>` allow drm
headers to be moved in another directory without changes, like for the
libdrm imports.
Signed-off-by: Gabriel Laskar <
[email protected]
>
Reviewed-by: Emil Velikov <
[email protected]
>
CC: Emil Velikov <
[email protected]
>
CC: Mikko Rapeli <
[email protected]
>
include/uapi/drm/virtgpu_drm.h
patch
|
blob
|
history
diff --git
a/include/uapi/drm/virtgpu_drm.h
b/include/uapi/drm/virtgpu_drm.h
index 4bcfbe6be8d4631597d3cc48ee051da5b436d951..c74f1f90cb373b3f7ee2bcf9f8013b4868225c2d 100644
(file)
--- a/
include/uapi/drm/virtgpu_drm.h
+++ b/
include/uapi/drm/virtgpu_drm.h
@@
-24,8
+24,7
@@
#ifndef VIRTGPU_DRM_H
#define VIRTGPU_DRM_H
-#include <stddef.h>
-#include "drm/drm.h"
+#include "drm.h"
/* Please note that modifications to all structs defined here are
* subject to backwards-compatibility constraints.