Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: fix inclusion of drm.h in omap_drm.h

Using `#include "drm.h"` instead of `#include <drm/drm.h>` allow drm
headers to be moved in another directory without changes, like for the
libdrm imports.

Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
CC: Emil Velikov <emil.l.velikov@gmail.com>
CC: Mikko Rapeli <mikko.rapeli@iki.fi>

+1 -1
+1 -1
include/uapi/drm/omap_drm.h
··· 20 20 #ifndef __OMAP_DRM_H__ 21 21 #define __OMAP_DRM_H__ 22 22 23 - #include <drm/drm.h> 23 + #include "drm.h" 24 24 25 25 /* Please note that modifications to all structs defined here are 26 26 * subject to backwards-compatibility constraints.