From 7f86e45164e7fd39a3fe911add207c3da1d9a7f0 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Mon, 27 Apr 2026 18:22:20 +0200 Subject: [PATCH] omap: stop including linux/types.h Nothing uses __u32 and friends, so it should be safe to remove. Signed-off-by: Samuel Pitoiset --- omap/omap_drm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/omap/omap_drm.c b/omap/omap_drm.c index 7aed6806..273e449f 100644 --- a/omap/omap_drm.c +++ b/omap/omap_drm.c @@ -27,7 +27,6 @@ */ #include -#include #include #include #include