[Mesa-dev] [PATCH] Remove directory in path of "drm.h" #include in qxl_drm.h

Stefan Dirsch sndirsch at suse.de
Wed Apr 30 05:27:16 PDT 2014


Change '#include "drm/drm.h"' to '#include "drm.h"' as it is also
done in other <driver>_drm.h files. This helps to enable KMS
support in xf86-video-qxl driver.

Signed-Off-by: Stefan Dirsch <sndirsch at suse.de>
---
 include/drm/qxl_drm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/qxl_drm.h b/include/drm/qxl_drm.h
index 5d7de70..1e331a8 100644
--- a/include/drm/qxl_drm.h
+++ b/include/drm/qxl_drm.h
@@ -25,7 +25,7 @@
 #define QXL_DRM_H
 
 #include <stddef.h>
-#include "drm/drm.h"
+#include "drm.h"
 
 /* Please note that modifications to all structs defined here are
  * subject to backwards-compatibility constraints.
-- 
1.8.4.5



More information about the mesa-dev mailing list