From: Noralf Trønnes Date: Wed, 7 Dec 2022 19:51:25 +0000 (+0100) Subject: drm/gud: Fix missing include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5738c861afc51856e8400e00a0ecd9ffa2633b8;p=linux.git drm/gud: Fix missing include Add missing vmalloc.h include. Fixes: c17d048609bf ("drm/gud: Use the shadow plane helper") Reported-by: kernel test robot Reviewed-by: Thomas Zimmermann Signed-off-by: Noralf Trønnes Link: https://patchwork.freedesktop.org/patch/msgid/20221207-gud-missing-include-v1-0-c5b32c9c59da@tronnes.org --- diff --git a/drivers/gpu/drm/gud/gud_pipe.c b/drivers/gpu/drm/gud/gud_pipe.c index 62c43d3632d42..dc16a92625d45 100644 --- a/drivers/gpu/drm/gud/gud_pipe.c +++ b/drivers/gpu/drm/gud/gud_pipe.c @@ -5,6 +5,7 @@ #include #include +#include #include #include