summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gv11b/pmu_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
index 50ddb07b..35246138 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
@@ -34,7 +34,7 @@ static bool gv11b_is_pmu_supported(struct gk20a *g)
34 return true; 34 return true;
35} 35}
36 36
37static int gv11b_pmu_bootstrap(struct pmu_gk20a *pmu) 37static int gv11b_pmu_bootstrap(struct nvgpu_pmu *pmu)
38{ 38{
39 struct gk20a *g = gk20a_from_pmu(pmu); 39 struct gk20a *g = gk20a_from_pmu(pmu);
40 struct mm_gk20a *mm = &g->mm; 40 struct mm_gk20a *mm = &g->mm;