From b0f71a3a378d5dc74c99a0df9db0bdef5e332bb6 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 7 Jun 2024 15:43:13 +0200 Subject: [PATCH] omap: fix FTBS on FreeBSD and drop unneeded includes No need to explicitly include , since drm.h already does that, but conditionally only Linux only. Signed-off-by: Enrico Weigelt, metux IT consult --- omap/omap_drm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/omap/omap_drm.c b/omap/omap_drm.c index 42d35ef7..93d2207f 100644 --- a/omap/omap_drm.c +++ b/omap/omap_drm.c @@ -27,7 +27,6 @@ */ #include -#include #include #include #include