drm/tegra: Fix another missing include
authorChristian König <christian.koenig@amd.com>
Wed, 5 Apr 2023 11:44:43 +0000 (13:44 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 5 Apr 2023 15:05:54 +0000 (17:05 +0200)
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

index bfebe27..35b90fa 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <linux/console.h>
+#include <linux/vmalloc.h>
 
 #include <drm/drm_fourcc.h>
 #include <drm/drm_framebuffer.h>