]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit624c95225d542bdbda134204ab3cf54287bb3531
treee88a7f37f30ea1feedc242c578a0dcb778cc4096
parenta06c746e15fcb161ae264fc93dbf7ac1e9d1c337
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