summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/therm_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/therm_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/therm_gv11b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/therm_gv11b.c b/drivers/gpu/nvgpu/gv11b/therm_gv11b.c
index 69d2a1fe..89520ead 100644
--- a/drivers/gpu/nvgpu/gv11b/therm_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/therm_gv11b.c
@@ -1,8 +1,7 @@
1/* 1/*
2 *
3 * GV11B Therm 2 * GV11B Therm
4 * 3 *
5 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
6 * 5 *
7 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
8 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -15,8 +14,9 @@
15 */ 14 */
16 15
17#include "gk20a/gk20a.h" 16#include "gk20a/gk20a.h"
17
18#include "gp10b/therm_gp10b.h" 18#include "gp10b/therm_gp10b.h"
19#include "hw_therm_gv11b.h" 19
20#include "therm_gv11b.h" 20#include "therm_gv11b.h"
21 21
22void gv11b_init_therm_ops(struct gpu_ops *gops) 22void gv11b_init_therm_ops(struct gpu_ops *gops)