summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmgr/pmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pmgr/pmgr.c')
-rw-r--r--drivers/gpu/nvgpu/pmgr/pmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pmgr/pmgr.c b/drivers/gpu/nvgpu/pmgr/pmgr.c
index 46787724..1b004832 100644
--- a/drivers/gpu/nvgpu/pmgr/pmgr.c
+++ b/drivers/gpu/nvgpu/pmgr/pmgr.c
@@ -112,7 +112,7 @@ DEFINE_SIMPLE_ATTRIBUTE(
112 pmgr_voltage_ctrl_fops, pmgr_pwr_devices_get_voltage_u64, NULL, "%llu\n"); 112 pmgr_voltage_ctrl_fops, pmgr_pwr_devices_get_voltage_u64, NULL, "%llu\n");
113 113
114static void pmgr_debugfs_init(struct gk20a *g) { 114static void pmgr_debugfs_init(struct gk20a *g) {
115 struct gk20a_platform *platform = dev_get_drvdata(g->dev); 115 struct gk20a_platform *platform = dev_get_drvdata(dev_from_gk20a(g));
116 struct dentry *dbgentry; 116 struct dentry *dbgentry;
117 117
118 dbgentry = debugfs_create_file( 118 dbgentry = debugfs_create_file(