On Fri, Dec 10, 2021 at 05:54:43PM +0000, Robin Murphy wrote:
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
v2: No change
drivers/gpu/host1x/bus.c | 1 + 1 file changed, 1 insertion(+)
Applied, thanks.
Thierry