summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_prog.c')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_prog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_prog.c b/drivers/gpu/nvgpu/clk/clk_prog.c
index 5697c255..047eb04a 100644
--- a/drivers/gpu/nvgpu/clk/clk_prog.c
+++ b/drivers/gpu/nvgpu/clk/clk_prog.c
@@ -12,7 +12,6 @@
12 */ 12 */
13 13
14#include <nvgpu/bios.h> 14#include <nvgpu/bios.h>
15
16#include <nvgpu/kmem.h> 15#include <nvgpu/kmem.h>
17 16
18#include "gk20a/gk20a.h" 17#include "gk20a/gk20a.h"
@@ -24,7 +23,6 @@
24#include "gm206/bios_gm206.h" 23#include "gm206/bios_gm206.h"
25#include "ctrl/ctrlclk.h" 24#include "ctrl/ctrlclk.h"
26#include "ctrl/ctrlvolt.h" 25#include "ctrl/ctrlvolt.h"
27#include "gk20a/pmu_gk20a.h"
28 26
29static struct clk_prog *construct_clk_prog(struct gk20a *g, void *pargs); 27static struct clk_prog *construct_clk_prog(struct gk20a *g, void *pargs);
30static u32 devinit_get_clk_prog_table(struct gk20a *g, 28static u32 devinit_get_clk_prog_table(struct gk20a *g,