mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
mc-t26x driver was not getting built because it's entry was missing in kernel-src-files-copy-list.txt. Add files required for mc-t26x in kernel-src-files-copy-list.txt. Also, move the mc-t26x driver to a private-soc directory to build separately from existing files in memory/tegra directory. Bug 3960743 Change-Id: I71a6271dcc5c962630a3c939f84ba0b511cae4dd Signed-off-by: Ashish Mhetre <amhetre@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-t264/+/2914088 Reviewed-by: Ketan Patil <ketanp@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
5 lines
183 B
C
5 lines
183 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
// Copyright (C) 2023 NVIDIA CORPORATION. All rights reserved.
|
|
|
|
int tegra264_mc_get_carveout_info(unsigned int id, phys_addr_t *base, u64 *size);
|