drm/nouveau: drop drm/ prefix from include
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 7 Apr 2016 18:05:47 +0000 (19:05 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 13 May 2016 13:06:10 +0000 (14:06 +0100)
Similar to the rest of the DRM UAPI - these are to be imported
unmodified into libdrm. In current form that's impossible.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Ben Skeggs <bskeggs@redhat.com>
include/uapi/drm/nouveau_drm.h

index 8d2dc05738d810241ac455fb0ccff43fab11d256..259588a4b61bd49d32f301cf7a893b4ec973b070 100644 (file)
@@ -27,7 +27,7 @@
 
 #define DRM_NOUVEAU_EVENT_NVIF                                       0x80000000
 
-#include <drm/drm.h>
+#include "drm.h"
 
 #if defined(__cplusplus)
 extern "C" {
This page took 0.024391 seconds and 5 git commands to generate.