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 qxl_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 -2
+1 -2
include/uapi/drm/qxl_drm.h
··· 24 24 #ifndef QXL_DRM_H 25 25 #define QXL_DRM_H 26 26 27 - #include <stddef.h> 28 - #include "drm/drm.h" 27 + #include "drm.h" 29 28 30 29 /* Please note that modifications to all structs defined here are 31 30 * subject to backwards-compatibility constraints.