summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-04-07 19:05:47 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-13 14:06:10 +0100
commitc6734c689a26591fe43946ffa8911f22e7c631c6 (patch)
tree73a186575f7a4f937812491b3e229ff79105507e
parent8daf6359c48dc42979463f5cd575948b46a8143b (diff)
downloadop-kernel-dev-c6734c689a26591fe43946ffa8911f22e7c631c6.zip
op-kernel-dev-c6734c689a26591fe43946ffa8911f22e7c631c6.tar.gz
drm/nouveau: drop drm/ prefix from include
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>
-rw-r--r--include/uapi/drm/nouveau_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/nouveau_drm.h b/include/uapi/drm/nouveau_drm.h
index 8d2dc05..259588a 100644
--- a/include/uapi/drm/nouveau_drm.h
+++ b/include/uapi/drm/nouveau_drm.h
@@ -27,7 +27,7 @@
#define DRM_NOUVEAU_EVENT_NVIF 0x80000000
-#include <drm/drm.h>
+#include "drm.h"
#if defined(__cplusplus)
extern "C" {
OpenPOWER on IntegriCloud