diff options
| author | Christian König <[email protected]> | 2023-03-22 10:39:15 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2023-04-04 16:04:43 +0000 |
| commit | f75d19827b731c6f24930ef77e5a46cf2242bc68 (patch) | |
| tree | 31036ab98bec3918d001e42af19c16f2a0311c46 /drivers/gpu/drm/tegra/gem.c | |
| parent | drm/tegra: vic: Convert to platform remove callback returning void (diff) | |
| download | kernel-f75d19827b731c6f24930ef77e5a46cf2242bc68.tar.gz kernel-f75d19827b731c6f24930ef77e5a46cf2242bc68.zip | |
drm/tegra: Allow compile test on !ARM v2
This compile tests on x86 just perfectly fine.
v2: fix missing include complained by kernel test robot
Signed-off-by: Christian König <[email protected]>
CC: Thierry Reding <[email protected]>
CC: Jonathan Hunter <[email protected]>
CC: [email protected]
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/tegra/gem.c')
| -rw-r--r-- | drivers/gpu/drm/tegra/gem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/gem.c b/drivers/gpu/drm/tegra/gem.c index bce991a2ccc0..dea38892d6e6 100644 --- a/drivers/gpu/drm/tegra/gem.c +++ b/drivers/gpu/drm/tegra/gem.c @@ -13,6 +13,7 @@ #include <linux/dma-buf.h> #include <linux/iommu.h> #include <linux/module.h> +#include <linux/vmalloc.h> #include <drm/drm_drv.h> #include <drm/drm_prime.h> |
