summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/clk_vgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/clk_vgpu.h')
-rw-r--r--drivers/gpu/nvgpu/vgpu/clk_vgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/clk_vgpu.h b/drivers/gpu/nvgpu/vgpu/clk_vgpu.h
index a90b63d8..4dccf04f 100644
--- a/drivers/gpu/nvgpu/vgpu/clk_vgpu.h
+++ b/drivers/gpu/nvgpu/vgpu/clk_vgpu.h
@@ -20,4 +20,5 @@ void vgpu_init_clk_support(struct gk20a *g);
20long vgpu_clk_round_rate(struct device *dev, unsigned long rate); 20long vgpu_clk_round_rate(struct device *dev, unsigned long rate);
21int vgpu_clk_get_freqs(struct device *dev, 21int vgpu_clk_get_freqs(struct device *dev,
22 unsigned long **freqs, int *num_freqs); 22 unsigned long **freqs, int *num_freqs);
23int vgpu_clk_cap_rate(struct device *dev, unsigned long rate);
23#endif 24#endif