aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorGabriel Laskar <gabriel@lse.epita.fr>2015-11-30 09:10:53 -0500
committerGabriel Laskar <gabriel@lse.epita.fr>2015-12-10 06:33:23 -0500
commit3e2d2cdfa0fc277ec267a1fd4af41fdbb2f70255 (patch)
treedfd3c782939cba133bc75504841fdbc73b816556 /include/uapi/drm
parent355f47803af9de70eab4fa20c8527ae047d240b7 (diff)
drm: fix inclusion of drm.h in savage_drm.h
Using `#include "drm.h"` instead of `#include <drm/drm.h>` allow drm headers to be moved in another directory without changes, like for the libdrm imports. Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> CC: Emil Velikov <emil.l.velikov@gmail.com> CC: Mikko Rapeli <mikko.rapeli@iki.fi>
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/savage_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/savage_drm.h b/include/uapi/drm/savage_drm.h
index 9dc9dc1a7753..574147489c60 100644
--- a/include/uapi/drm/savage_drm.h
+++ b/include/uapi/drm/savage_drm.h
@@ -26,7 +26,7 @@
26#ifndef __SAVAGE_DRM_H__ 26#ifndef __SAVAGE_DRM_H__
27#define __SAVAGE_DRM_H__ 27#define __SAVAGE_DRM_H__
28 28
29#include <drm/drm.h> 29#include "drm.h"
30 30
31#ifndef __SAVAGE_SAREA_DEFINES__ 31#ifndef __SAVAGE_SAREA_DEFINES__
32#define __SAVAGE_SAREA_DEFINES__ 32#define __SAVAGE_SAREA_DEFINES__