From: Gabriel Laskar Date: Mon, 30 Nov 2015 14:10:45 +0000 (+0100) Subject: drm: fix inclusion of drm.h in exynos_sarea.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=19b1e97aefde813f92a40699200fe1cf73f07da2;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drm: fix inclusion of drm.h in exynos_sarea.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/exynos_drm.h b/include/uapi/drm/exynos_drm.h index cf431b76c320..312c67d744ae 100644 --- a/include/uapi/drm/exynos_drm.h +++ b/include/uapi/drm/exynos_drm.h @@ -15,7 +15,7 @@ #ifndef _UAPI_EXYNOS_DRM_H_ #define _UAPI_EXYNOS_DRM_H_ -#include +#include "drm.h" /** * User-desired buffer creation information structure.