diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2015-07-22 17:29:00 +0900 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-07-29 15:48:04 -0400 |
commit | e13af53e7d5a8cea8992d9b61fac69bd0ed8d845 (patch) | |
tree | aa0f9b19670f49b3e8ec4c3bf513a2617e6bc559 /include | |
parent | 520e8bfc35066d4344adf13081e59bfde30aa36d (diff) | |
download | linux-e13af53e7d5a8cea8992d9b61fac69bd0ed8d845.tar.bz2 |
drm/radeon: Drop drm/ prefix for including drm.h in radeon_drm.h
This allows radeon_drm.h to be reused verbatim in libdrm.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/drm/radeon_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/radeon_drm.h b/include/uapi/drm/radeon_drm.h index 1ef76661e1a1..01aa2a8e3f8d 100644 --- a/include/uapi/drm/radeon_drm.h +++ b/include/uapi/drm/radeon_drm.h @@ -33,7 +33,7 @@ #ifndef __RADEON_DRM_H__ #define __RADEON_DRM_H__ -#include <drm/drm.h> +#include "drm.h" /* WARNING: If you change any of these defines, make sure to change the * defines in the X server file (radeon_sarea.h) |