Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michel Dänzer and committed by
Alex Deucher
b3fcf36a e13af53e

+1 -1
+1 -1
include/uapi/drm/amdgpu_drm.h
··· 32 32 #ifndef __AMDGPU_DRM_H__ 33 33 #define __AMDGPU_DRM_H__ 34 34 35 - #include <drm/drm.h> 35 + #include "drm.h" 36 36 37 37 #define DRM_AMDGPU_GEM_CREATE 0x00 38 38 #define DRM_AMDGPU_GEM_MMAP 0x01