From 7ac1a36a9823a573ad23ece58007a74b8089fe16 Mon Sep 17 00:00:00 2001 From: Robin Murphy Date: Mon, 11 Apr 2022 20:49:10 +0100 Subject: 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 Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/plane.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/drm/tegra/plane.c') diff --git a/drivers/gpu/drm/tegra/plane.c b/drivers/gpu/drm/tegra/plane.c index e0e6938c6200..e46adb107f77 100644 --- a/drivers/gpu/drm/tegra/plane.c +++ b/drivers/gpu/drm/tegra/plane.c @@ -3,6 +3,7 @@ * Copyright (C) 2017 NVIDIA CORPORATION. All rights reserved. */ +#include #include #include -- cgit v1.2.3