mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: init: rename init functions
Rename init functions that still carry the gk20a moniker to use the more appropriate nvgpu name instead. JIRA NVGPU-2385 Change-Id: I5d40cd72943272c8b5f16b97d9a786d9c41496d4 Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2156220 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9705c86b98
commit
91187b6db2
@@ -619,7 +619,7 @@ static void nvgpu_pci_remove(struct pci_dev *pdev)
|
||||
gk20a_get_platform(&pdev->dev)->g = NULL;
|
||||
nvgpu_kfree(g, gk20a_get_platform(&pdev->dev));
|
||||
|
||||
gk20a_put(g);
|
||||
nvgpu_put(g);
|
||||
}
|
||||
|
||||
void nvgpu_pci_shutdown(struct pci_dev *pdev)
|
||||
|
||||
Reference in New Issue
Block a user