From: Dave Airlie Date: Fri, 26 Apr 2024 04:17:44 +0000 (+1000) Subject: drm/omap: add missing seq_file include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca31018b2fae6acfa159a44e630c4d528574ff36;p=linux.git drm/omap: add missing seq_file include This fails to build with missing seq declerations. Fixes: 9e2b84fb6cd7 ("drm/print: drop include seq_file.h") Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/omapdrm/omap_fb.c b/drivers/gpu/drm/omapdrm/omap_fb.c index 1d414b33fee3b..449d521c78fed 100644 --- a/drivers/gpu/drm/omapdrm/omap_fb.c +++ b/drivers/gpu/drm/omapdrm/omap_fb.c @@ -5,6 +5,7 @@ */ #include +#include #include #include