gpu: host1x: Add missing DMA API include
authorRobin Murphy <robin.murphy@arm.com>
Fri, 10 Dec 2021 17:54:43 +0000 (17:54 +0000)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Dec 2021 13:07:07 +0000 (14:07 +0100)
commit4abfc0e3a5460499ce1062cf94089490aade7ca4
treed40740bc4394430168a887cdc4914a0c5de517ad
parent5566174cb10a5167d59b0793871cab7990b149b8
gpu: host1x: Add missing DMA API include

Host1x seems to be relying on picking up dma-mapping.h transitively from
iova.h, which has no reason to include it in the first place. Fix the
former issue before we totally break things by fixing the latter one.

CC: Thierry Reding <thierry.reding@gmail.com>
CC: Mikko Perttunen <mperttunen@nvidia.com>
CC: dri-devel@lists.freedesktop.org
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/bus.c