From: Christian König Date: Wed, 5 Apr 2023 11:44:43 +0000 (+0200) Subject: drm/tegra: Fix another missing include X-Git-Tag: v6.6.7~2898^2~14^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd3fd923121dfadc834b3a8a803b51f066987dde;p=platform%2Fkernel%2Flinux-starfive.git drm/tegra: Fix another missing include 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 Reported-by: kernel test robot Link: https://lore.kernel.org/oe-kbuild-all/202304050946.yGGTKkcr-lkp@intel.com/ Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/drm/tegra/fb.c b/drivers/gpu/drm/tegra/fb.c index bfebe27..35b90fa 100644 --- a/drivers/gpu/drm/tegra/fb.c +++ b/drivers/gpu/drm/tegra/fb.c @@ -8,6 +8,7 @@ */ #include +#include #include #include