summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_arb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_arb.c')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_arb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_arb.c b/drivers/gpu/nvgpu/clk/clk_arb.c
index df62df5e..05180a38 100644
--- a/drivers/gpu/nvgpu/clk/clk_arb.c
+++ b/drivers/gpu/nvgpu/clk/clk_arb.c
@@ -2076,7 +2076,7 @@ static const struct file_operations nvgpu_clk_arb_stats_fops = {
2076 2076
2077static int nvgpu_clk_arb_debugfs_init(struct gk20a *g) 2077static int nvgpu_clk_arb_debugfs_init(struct gk20a *g)
2078{ 2078{
2079 struct gk20a_platform *platform = dev_get_drvdata(g->dev); 2079 struct gk20a_platform *platform = dev_get_drvdata(dev_from_gk20a(g));
2080 2080
2081 struct dentry *gpu_root = platform->debugfs; 2081 struct dentry *gpu_root = platform->debugfs;
2082 struct dentry *d; 2082 struct dentry *d;