summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
index 4bb8304a..1065968b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
@@ -491,7 +491,7 @@ static ssize_t mscg_enable_store(struct device *dev,
491 struct device_attribute *attr, const char *buf, size_t count) 491 struct device_attribute *attr, const char *buf, size_t count)
492{ 492{
493 struct gk20a *g = get_gk20a(dev); 493 struct gk20a *g = get_gk20a(dev);
494 struct pmu_gk20a *pmu = &g->pmu; 494 struct nvgpu_pmu *pmu = &g->pmu;
495 unsigned long val = 0; 495 unsigned long val = 0;
496 int err; 496 int err;
497 497