From: Raag Jadav Date: Thu, 27 Feb 2025 07:07:46 +0000 (+0530) Subject: drm/draw: include missing headers X-Git-Tag: v6.15-rc1~155^2~12 X-Git-Url: https://gentwo.org/gitweb/?a=commitdiff_plain;h=7ae2a3c2e283d0c030a612769fb2e834a3f7aea5;p=linux%2F.git drm/draw: include missing headers Include headers for the symbols directly used in this file instead of relying on intermediate headers. Signed-off-by: Raag Jadav Acked-by: Simona Vetter Signed-off-by: Arnd Bergmann --- diff --git a/drivers/gpu/drm/drm_draw.c b/drivers/gpu/drm/drm_draw.c index cb2ad12bce57..385eb5e10047 100644 --- a/drivers/gpu/drm/drm_draw.c +++ b/drivers/gpu/drm/drm_draw.c @@ -5,6 +5,8 @@ */ #include +#include +#include #include #include