Commit bd3fd923 authored by Christian König's avatar Christian König Committed by Thierry Reding
Browse files

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: default avatarChristian König <christian.koenig@amd.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202304050946.yGGTKkcr-lkp@intel.com/


Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent b22fd0b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
 */

#include <linux/console.h>
#include <linux/vmalloc.h>

#include <drm/drm_fourcc.h>
#include <drm/drm_framebuffer.h>