From: Gabriel Laskar Date: Mon, 30 Nov 2015 14:10:49 +0000 (+0100) Subject: drm: fix inclusion of drm.h in msm_drm.h X-Git-Tag: v5.15~14379^2~34^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06577d042d38b27ed975c49358ad7adf873d09ae;p=platform%2Fkernel%2Flinux-starfive.git drm: fix inclusion of drm.h in msm_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/msm_drm.h b/include/uapi/drm/msm_drm.h index 75a232b..e995ffb 100644 --- a/include/uapi/drm/msm_drm.h +++ b/include/uapi/drm/msm_drm.h @@ -18,8 +18,7 @@ #ifndef __MSM_DRM_H__ #define __MSM_DRM_H__ -#include -#include +#include "drm.h" /* Please note that modifications to all structs defined here are * subject to backwards-compatibility constraints: