Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abd5422d authored by Gabriel Laskar's avatar Gabriel Laskar
Browse files

drm: drm_mode.h fix includes



Instead of using linux/types.h, drm headers should use drm.h, in order
to handle the portability issues in only one place.

Signed-off-by: default avatarGabriel Laskar <gabriel@lse.epita.fr>
Reviewed-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
CC: Emil Velikov <emil.l.velikov@gmail.com>
CC: Mikko Rapeli <mikko.rapeli@iki.fi>
parent 47f06c2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#ifndef _DRM_MODE_H
#define _DRM_MODE_H

#include <linux/types.h>
#include "drm.h"

#define DRM_DISPLAY_INFO_LEN	32
#define DRM_CONNECTOR_NAME_LEN	32