drm/tegra: Include DMA API header where used
authorRobin Murphy <robin.murphy@arm.com>
Mon, 11 Apr 2022 19:49:10 +0000 (20:49 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 8 Jul 2022 15:01:15 +0000 (17:01 +0200)
commit7ac1a36a9823a573ad23ece58007a74b8089fe16
treee88a7f37f30ea1feedc242c578a0dcb778cc4096
parentc7860cbee9989882d2908682526a5ef617523cfe
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>
drivers/gpu/drm/tegra/dc.c
drivers/gpu/drm/tegra/hub.c
drivers/gpu/drm/tegra/nvdec.c
drivers/gpu/drm/tegra/plane.c