From: Emil Velikov Date: Thu, 7 Apr 2016 18:05:47 +0000 (+0100) Subject: drm/nouveau: drop drm/ prefix from include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c6734c689a26591fe43946ffa8911f22e7c631c6;p=deliverable%2Flinux.git 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 Acked-by: Ben Skeggs --- diff --git a/include/uapi/drm/nouveau_drm.h b/include/uapi/drm/nouveau_drm.h index 8d2dc05738d8..259588a4b61b 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 +#include "drm.h" #if defined(__cplusplus) extern "C" {