From: Gabriel Laskar Date: Mon, 30 Nov 2015 14:10:50 +0000 (+0100) Subject: drm: fix inclusion of drm.h in omap_drm.h X-Git-Tag: v4.5-rc1~74^2~34^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7ef500e431ac2f3bf14f6c39704e5db01ab5a341;p=karo-tx-linux.git drm: fix inclusion of drm.h in omap_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/omap_drm.h b/include/uapi/drm/omap_drm.h index 1d0b1172664e..0750c01bb480 100644 --- a/include/uapi/drm/omap_drm.h +++ b/include/uapi/drm/omap_drm.h @@ -20,7 +20,7 @@ #ifndef __OMAP_DRM_H__ #define __OMAP_DRM_H__ -#include +#include "drm.h" /* Please note that modifications to all structs defined here are * subject to backwards-compatibility constraints.