From bd3fd923121dfadc834b3a8a803b51f066987dde Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com> Date: Wed, 5 Apr 2023 13:44:43 +0200 Subject: [PATCH] drm/tegra: Fix another missing include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since Tegra now compile tests on other platforms the kernel test robot started to complain that this here is not pulled in under all conditions. Signed-off-by: Christian König <christian.koenig@amd.com> Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/oe-kbuild-all/202304050946.yGGTKkcr-lkp@intel.com/ Signed-off-by: Thierry Reding <treding@nvidia.com> --- drivers/gpu/drm/tegra/fb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/tegra/fb.c b/drivers/gpu/drm/tegra/fb.c index bfebe2786d61f..35b90fac5a47d 100644 --- a/drivers/gpu/drm/tegra/fb.c +++ b/drivers/gpu/drm/tegra/fb.c @@ -8,6 +8,7 @@ */ #include <linux/console.h> +#include <linux/vmalloc.h> #include <drm/drm_fourcc.h> #include <drm/drm_framebuffer.h> -- 2.30.2