diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2015-07-22 04:29:01 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-07-29 15:48:05 -0400 |
commit | b3fcf36aeef3aeb890d9413c2066048ec7fda7e5 (patch) | |
tree | 2c637b697f9d48f7bfdd935caeee71631098ff8b | |
parent | e13af53e7d5a8cea8992d9b61fac69bd0ed8d845 (diff) |
drm/amdgpu: Drop drm/ prefix for including drm.h in amdgpu_drm.h
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>
-rw-r--r-- | include/uapi/drm/amdgpu_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index d708a53b8fb1..fbdd11851725 100644 --- a/include/uapi/drm/amdgpu_drm.h +++ b/include/uapi/drm/amdgpu_drm.h | |||
@@ -32,7 +32,7 @@ | |||
32 | #ifndef __AMDGPU_DRM_H__ | 32 | #ifndef __AMDGPU_DRM_H__ |
33 | #define __AMDGPU_DRM_H__ | 33 | #define __AMDGPU_DRM_H__ |
34 | 34 | ||
35 | #include <drm/drm.h> | 35 | #include "drm.h" |
36 | 36 | ||
37 | #define DRM_AMDGPU_GEM_CREATE 0x00 | 37 | #define DRM_AMDGPU_GEM_CREATE 0x00 |
38 | #define DRM_AMDGPU_GEM_MMAP 0x01 | 38 | #define DRM_AMDGPU_GEM_MMAP 0x01 |