From: Christian König Date: Wed, 5 Apr 2023 11:44:43 +0000 (+0200) Subject: drm/tegra: Fix another missing include X-Git-Tag: kvm-6.4-2~125^2~9^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bd3fd923121dfadc834b3a8a803b51f066987dde;p=users%2Fdwmw2%2Flinux.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 bfebe2786d61f..35b90fac5a47d 100644 --- a/drivers/gpu/drm/tegra/fb.c +++ b/drivers/gpu/drm/tegra/fb.c @@ -8,6 +8,7 @@ */ #include +#include #include #include