1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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>
This commit is contained in:
Christian König 2023-04-05 13:44:43 +02:00 committed by Thierry Reding
parent b22fd0b963
commit bd3fd92312

View file

@ -8,6 +8,7 @@
*/
#include <linux/console.h>
#include <linux/vmalloc.h>
#include <drm/drm_fourcc.h>
#include <drm/drm_framebuffer.h>