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-Url: https://git.stricted.de/?a=commitdiff_plain;h=559003d067db195721656395cc765f0a16a3abf6;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 2375bfd6e5e9..fca817009e13 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)