aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2022-04-11 20:49:10 +0100
committerThierry Reding <treding@nvidia.com>2022-07-08 17:01:15 +0200
commit7ac1a36a9823a573ad23ece58007a74b8089fe16 (patch)
treee88a7f37f30ea1feedc242c578a0dcb778cc4096 /drivers/gpu/drm/tegra/dc.c
parentdrm/tegra: Fix vmapping of prime buffers (diff)
downloadlinux-dev-7ac1a36a9823a573ad23ece58007a74b8089fe16.tar.xz
linux-dev-7ac1a36a9823a573ad23ece58007a74b8089fe16.zip
drm/tegra: Include DMA API header where used
Even though the IOVA API never actually needed it, iova.h is still carrying an include of dma-mapping.h, now solely for the sake of not breaking tegra-drm. Fix that properly. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/dc.c')
-rw-r--r--drivers/gpu/drm/tegra/dc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c
index c6951cf5d2ca..bfc79c61bca6 100644
--- a/drivers/gpu/drm/tegra/dc.c
+++ b/drivers/gpu/drm/tegra/dc.c
@@ -7,6 +7,7 @@
#include <linux/clk.h>
#include <linux/debugfs.h>
#include <linux/delay.h>
+#include <linux/dma-mapping.h>
#include <linux/iommu.h>
#include <linux/interconnect.h>
#include <linux/module.h>