mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
5a65235c0de6b8c0c8a242c9f4a7b5c7438c74b4
Build the Tegra PCI vnet driver fails with Linux v5.14 because the lpci_epc_map_addr() have the incorrect number of arguments. The arguments to the lpci_epc_map_addr() functions were updated in Linux v5.12 but the current Tegra PCI EPF driver assumes that they were updating after Linux v5.14. Update the Tegra PCI EPF driver to use the correct arguments for v5.12 onwards. Bug 4456727 Bug 4451567 Change-Id: Ie4ef36854d380e0a896a0f256d846ab8b89ca447 Signed-off-by: Jason Mei <jianjunm@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3070170 Reviewed-by: Manikanta Maddireddy <mmaddireddy@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided