From: Gabriel Laskar Date: Mon, 30 Nov 2015 14:10:53 +0000 (+0100) Subject: drm: fix inclusion of drm.h in savage_drm.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3e2d2cdfa0fc277ec267a1fd4af41fdbb2f70255;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git drm: fix inclusion of drm.h in savage_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/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 @@ #ifndef __SAVAGE_DRM_H__ #define __SAVAGE_DRM_H__ -#include +#include "drm.h" #ifndef __SAVAGE_SAREA_DEFINES__ #define __SAVAGE_SAREA_DEFINES__