summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/clk_gp106.c2
-rw-r--r--drivers/gpu/nvgpu/gp106/mclk_gp106.c2
-rw-r--r--drivers/gpu/nvgpu/gp106/therm_gp106.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp106/clk_gp106.c b/drivers/gpu/nvgpu/gp106/clk_gp106.c
index 057527a9..07e281a5 100644
--- a/drivers/gpu/nvgpu/gp106/clk_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/clk_gp106.c
@@ -24,7 +24,7 @@
24 24
25#ifdef CONFIG_DEBUG_FS 25#ifdef CONFIG_DEBUG_FS
26#include <linux/debugfs.h> 26#include <linux/debugfs.h>
27#include "common/linux/os_linux.h" 27#include "os/linux/os_linux.h"
28#endif 28#endif
29 29
30#include <nvgpu/kmem.h> 30#include <nvgpu/kmem.h>
diff --git a/drivers/gpu/nvgpu/gp106/mclk_gp106.c b/drivers/gpu/nvgpu/gp106/mclk_gp106.c
index 074aec92..4ea9e6f6 100644
--- a/drivers/gpu/nvgpu/gp106/mclk_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/mclk_gp106.c
@@ -28,7 +28,7 @@
28#include "gk20a/gk20a.h" 28#include "gk20a/gk20a.h"
29#ifdef CONFIG_DEBUG_FS 29#ifdef CONFIG_DEBUG_FS
30#include <linux/debugfs.h> 30#include <linux/debugfs.h>
31#include "common/linux/os_linux.h" 31#include "os/linux/os_linux.h"
32#endif 32#endif
33#include "gp106/mclk_gp106.h" 33#include "gp106/mclk_gp106.h"
34 34
diff --git a/drivers/gpu/nvgpu/gp106/therm_gp106.c b/drivers/gpu/nvgpu/gp106/therm_gp106.c
index b3862abe..b1f6fefb 100644
--- a/drivers/gpu/nvgpu/gp106/therm_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/therm_gp106.c
@@ -27,7 +27,7 @@
27 27
28#ifdef CONFIG_DEBUG_FS 28#ifdef CONFIG_DEBUG_FS
29#include <linux/debugfs.h> 29#include <linux/debugfs.h>
30#include "common/linux/os_linux.h" 30#include "os/linux/os_linux.h"
31#endif 31#endif
32 32
33#include <nvgpu/hw/gp106/hw_therm_gp106.h> 33#include <nvgpu/hw/gp106/hw_therm_gp106.h>