aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-07-22 17:29:01 +0900
committerAlex Deucher <alexander.deucher@amd.com>2015-07-29 15:48:05 -0400
commitb3fcf36aeef3aeb890d9413c2066048ec7fda7e5 (patch)
tree2c637b697f9d48f7bfdd935caeee71631098ff8b /include/uapi
parentdrm/radeon: Drop drm/ prefix for including drm.h in radeon_drm.h (diff)
downloadlinux-dev-b3fcf36aeef3aeb890d9413c2066048ec7fda7e5.tar.xz
linux-dev-b3fcf36aeef3aeb890d9413c2066048ec7fda7e5.zip
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>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/drm/amdgpu_drm.h2
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 @@
#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