From d52b88315a24ed014fa4a737c2806394061e9dfb Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Tue, 16 Jan 2018 17:12:43 -0800 Subject: gpu: nvgpu: fix typo Rename gb10b_init_bar2_vm*() to gp10b_init_bar2_vm*(). Bug 200378257 Change-Id: I9f8a9ef42c82923200d7053c61bab2652b58cbc2 Signed-off-by: Alex Waterman Reviewed-on: https://git-master.nvidia.com/r/1639757 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp10b/mm_gp10b.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gp10b/mm_gp10b.h') diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.h b/drivers/gpu/nvgpu/gp10b/mm_gp10b.h index b6bcb04a..5522d02e 100644 --- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.h +++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.h @@ -31,8 +31,8 @@ struct vm_gk20a; u32 gp10b_mm_get_default_big_page_size(void); u32 gp10b_mm_get_iommu_bit(struct gk20a *g); int gp10b_init_mm_setup_hw(struct gk20a *g); -int gb10b_init_bar2_vm(struct gk20a *g); -int gb10b_init_bar2_mm_hw_setup(struct gk20a *g); +int gp10b_init_bar2_vm(struct gk20a *g); +int gp10b_init_bar2_mm_hw_setup(struct gk20a *g); const struct gk20a_mmu_level *gp10b_mm_get_mmu_levels(struct gk20a *g, u32 big_page_size); void gp10b_mm_init_pdb(struct gk20a *g, struct nvgpu_mem *inst_block, -- cgit v1.2.2