diff --git a/drivers/video/tegra/nvmap/nvmap_alloc.c b/drivers/video/tegra/nvmap/nvmap_alloc.c index 6b0f80c1..815fa0eb 100644 --- a/drivers/video/tegra/nvmap/nvmap_alloc.c +++ b/drivers/video/tegra/nvmap/nvmap_alloc.c @@ -1,7 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: Copyright (c) 2011-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. /* - * Copyright (c) 2011-2025, NVIDIA CORPORATION. All rights reserved. - * * Handle allocation and freeing routines for nvmap */ @@ -29,6 +28,7 @@ #endif /* NVMAP_UPSTREAM_KERNEL */ #include "nvmap_priv.h" #include +#include bool nvmap_convert_carveout_to_iovmm; bool nvmap_convert_iovmm_to_carveout; diff --git a/drivers/video/tegra/nvmap/nvmap_handle.c b/drivers/video/tegra/nvmap/nvmap_handle.c index fff983b0..32cd0a9a 100644 --- a/drivers/video/tegra/nvmap/nvmap_handle.c +++ b/drivers/video/tegra/nvmap/nvmap_handle.c @@ -1,7 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: Copyright (c) 2009-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. /* - * Copyright (c) 2009-2025, NVIDIA CORPORATION. All rights reserved. - * * Handle allocation and freeing routines for nvmap */ @@ -14,6 +13,7 @@ #include #include #include +#include #include #include #include