From: Robin Murphy Date: Fri, 10 Dec 2021 17:54:43 +0000 (+0000) Subject: gpu: host1x: Add missing DMA API include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4abfc0e3a5460499ce1062cf94089490aade7ca4;p=linux.git 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 CC: Mikko Perttunen CC: dri-devel@lists.freedesktop.org Signed-off-by: Robin Murphy Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/host1x/bus.c b/drivers/gpu/host1x/bus.c index 0d81eede12170..bdee16a0bb8e2 100644 --- a/drivers/gpu/host1x/bus.c +++ b/drivers/gpu/host1x/bus.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include