[PATCH 1/2] drm/radeon: Drop drm/ prefix for including drm.h in radeon_drm.h
Michel Dänzer
michel at daenzer.net
Wed Jul 22 01:29:00 PDT 2015
From: Michel Dänzer <michel.daenzer at amd.com>
This allows radeon_drm.h to be reused verbatim in libdrm.
Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
---
include/uapi/drm/radeon_drm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/drm/radeon_drm.h b/include/uapi/drm/radeon_drm.h
index 1ef7666..01aa2a8 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)
--
2.1.4
More information about the dri-devel
mailing list