From: Gabriel Laskar Date: Mon, 30 Nov 2015 14:10:48 +0000 (+0100) Subject: drm: fix inclusion of drm.h in mga_drm.h X-Git-Tag: v5.15~14379^2~34^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=559003d067db195721656395cc765f0a16a3abf6;p=platform%2Fkernel%2Flinux-starfive.git drm: fix inclusion of drm.h in mga_drm.h Using `#include "drm.h"` instead of `#include ` allow drm headers to be moved in another directory without changes, like for the libdrm imports. Signed-off-by: Gabriel Laskar Reviewed-by: Emil Velikov CC: Emil Velikov CC: Mikko Rapeli --- diff --git a/include/uapi/drm/mga_drm.h b/include/uapi/drm/mga_drm.h index 2375bfd..fca8170 100644 --- a/include/uapi/drm/mga_drm.h +++ b/include/uapi/drm/mga_drm.h @@ -35,7 +35,7 @@ #ifndef __MGA_DRM_H__ #define __MGA_DRM_H__ -#include +#include "drm.h" /* WARNING: If you change any of these defines, make sure to change the * defines in the Xserver file (mga_sarea.h)