summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 30592ee2..60c87979 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -4426,7 +4426,7 @@ int gk20a_aelpg_init_and_enable(struct gk20a *g, u8 ctrl_id)
4426 return status; 4426 return status;
4427} 4427}
4428 4428
4429#if CONFIG_DEBUG_FS 4429#ifdef CONFIG_DEBUG_FS
4430static int elpg_residency_show(struct seq_file *s, void *data) 4430static int elpg_residency_show(struct seq_file *s, void *data)
4431{ 4431{
4432 struct gk20a *g = s->private; 4432 struct gk20a *g = s->private;