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 r128_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/r128_drm.h
··· 33 33 #ifndef __R128_DRM_H__ 34 34 #define __R128_DRM_H__ 35 35 36 - #include <drm/drm.h> 36 + #include "drm.h" 37 37 38 38 /* WARNING: If you change any of these defines, make sure to change the 39 39 * defines in the X server file (r128_sarea.h)