Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

Christian König and committed by
Thierry Reding
bd3fd923 b22fd0b9

+1
+1
drivers/gpu/drm/tegra/fb.c
··· 8 8 */ 9 9 10 10 #include <linux/console.h> 11 + #include <linux/vmalloc.h> 11 12 12 13 #include <drm/drm_fourcc.h> 13 14 #include <drm/drm_framebuffer.h>