浏览代码

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>
Michel Dänzer 10 年之前
父节点
当前提交
b3fcf36aee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/uapi/drm/amdgpu_drm.h

+ 1 - 1
include/uapi/drm/amdgpu_drm.h

@@ -32,7 +32,7 @@
 #ifndef __AMDGPU_DRM_H__
 #ifndef __AMDGPU_DRM_H__
 #define __AMDGPU_DRM_H__
 #define __AMDGPU_DRM_H__
 
 
-#include <drm/drm.h>
+#include "drm.h"
 
 
 #define DRM_AMDGPU_GEM_CREATE		0x00
 #define DRM_AMDGPU_GEM_CREATE		0x00
 #define DRM_AMDGPU_GEM_MMAP		0x01
 #define DRM_AMDGPU_GEM_MMAP		0x01