Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6734c68 authored by Emil Velikov's avatar Emil Velikov
Browse files

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: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Acked-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 8daf6359
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

#define DRM_NOUVEAU_EVENT_NVIF                                       0x80000000

#include <drm/drm.h>
#include "drm.h"

#if defined(__cplusplus)
extern "C" {