summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandr Akulich <akulichalexander@gmail.com>2015-07-17 01:19:12 +0500
committerAlex Deucher <alexander.deucher@amd.com>2015-08-05 13:47:52 -0400
commit399ac8bafaafc3dee13beb1a99c223a860aaec8f (patch)
tree6e8083c81e99ddbbce376abd81608494f1b7c383 /include
parentd9b282593e74ccbbb3a605dd72367a2262f39d12 (diff)
libdrm/amdgpu: Fixed drm.h include.
The include type changed from system to own. Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alexandr Akulich <akulichalexander@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/drm/amdgpu_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
index d708a53b..fbdd1185 100644
--- a/include/drm/amdgpu_drm.h
+++ b/include/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