summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/therm_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/therm_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/therm_gp106.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/therm_gp106.c b/drivers/gpu/nvgpu/gp106/therm_gp106.c
index 4f616d8e..d473da96 100644
--- a/drivers/gpu/nvgpu/gp106/therm_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/therm_gp106.c
@@ -12,10 +12,12 @@
12 */ 12 */
13 13
14#include "therm_gp106.h" 14#include "therm_gp106.h"
15#include "therm/thrmpmu.h"
16
15#ifdef CONFIG_DEBUG_FS 17#ifdef CONFIG_DEBUG_FS
16#include <linux/debugfs.h> 18#include <linux/debugfs.h>
19#include "gk20a/platform_gk20a.h"
17#endif 20#endif
18#include "therm/thrmpmu.h"
19 21
20#include <nvgpu/hw/gp106/hw_therm_gp106.h> 22#include <nvgpu/hw/gp106/hw_therm_gp106.h>
21 23