summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/therm/thrmdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/therm/thrmdev.c')
-rw-r--r--drivers/gpu/nvgpu/therm/thrmdev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/therm/thrmdev.c b/drivers/gpu/nvgpu/therm/thrmdev.c
index 4772b628..782939f0 100644
--- a/drivers/gpu/nvgpu/therm/thrmdev.c
+++ b/drivers/gpu/nvgpu/therm/thrmdev.c
@@ -12,14 +12,13 @@
12 */ 12 */
13 13
14#include <nvgpu/bios.h> 14#include <nvgpu/bios.h>
15#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h>
15 16
16#include "gk20a/gk20a.h" 17#include "gk20a/gk20a.h"
17#include "thrmdev.h" 18#include "thrmdev.h"
18#include "boardobj/boardobjgrp.h" 19#include "boardobj/boardobjgrp.h"
19#include "boardobj/boardobjgrp_e32.h" 20#include "boardobj/boardobjgrp_e32.h"
20#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h>
21#include "gm206/bios_gm206.h" 21#include "gm206/bios_gm206.h"
22#include "gk20a/pmu_gk20a.h"
23#include "ctrl/ctrltherm.h" 22#include "ctrl/ctrltherm.h"
24 23
25static struct boardobj *construct_therm_device(struct gk20a *g, 24static struct boardobj *construct_therm_device(struct gk20a *g,