Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Robin Murphy and committed by
Thierry Reding
4abfc0e3 5566174c

+1
+1
drivers/gpu/host1x/bus.c
··· 5 5 */ 6 6 7 7 #include <linux/debugfs.h> 8 + #include <linux/dma-mapping.h> 8 9 #include <linux/host1x.h> 9 10 #include <linux/of.h> 10 11 #include <linux/seq_file.h>