projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e13af53
)
drm/amdgpu: Drop drm/ prefix for including drm.h in amdgpu_drm.h
author
Michel Dänzer
<michel.daenzer@amd.com>
Wed, 22 Jul 2015 08:29:01 +0000
(17:29 +0900)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 29 Jul 2015 19:48:05 +0000
(15:48 -0400)
This allows amdgpu_drm.h to be reused verbatim in libdrm.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
include/uapi/drm/amdgpu_drm.h
patch
|
blob
|
history
diff --git
a/include/uapi/drm/amdgpu_drm.h
b/include/uapi/drm/amdgpu_drm.h
index
d708a53
..
fbdd118
100644
(file)
--- a/
include/uapi/drm/amdgpu_drm.h
+++ b/
include/uapi/drm/amdgpu_drm.h
@@
-32,7
+32,7
@@
#ifndef __AMDGPU_DRM_H__
#define __AMDGPU_DRM_H__
-#include
<drm/drm.h>
+#include
"drm.h"
#define DRM_AMDGPU_GEM_CREATE 0x00
#define DRM_AMDGPU_GEM_MMAP 0x01