summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/therm_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/therm_gm20b.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/therm_gm20b.c b/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
index 6847894a..84c1a071 100644
--- a/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
@@ -14,9 +14,11 @@
14 */ 14 */
15 15
16#include "gk20a/gk20a.h" 16#include "gk20a/gk20a.h"
17#include "hw_therm_gm20b.h" 17
18#include "therm_gm20b.h" 18#include "therm_gm20b.h"
19 19
20#include <nvgpu/hw/gm20b/hw_therm_gm20b.h>
21
20static int gm20b_init_therm_setup_hw(struct gk20a *g) 22static int gm20b_init_therm_setup_hw(struct gk20a *g)
21{ 23{
22 u32 v; 24 u32 v;