summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/debug_ltc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/debug_ltc.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/debug_ltc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/debug_ltc.c b/drivers/gpu/nvgpu/os/linux/debug_ltc.c
index 88fb45f4..1b4c221c 100644
--- a/drivers/gpu/nvgpu/os/linux/debug_ltc.c
+++ b/drivers/gpu/nvgpu/os/linux/debug_ltc.c
@@ -14,7 +14,8 @@
14 14
15#include "debug_ltc.h" 15#include "debug_ltc.h"
16#include "os_linux.h" 16#include "os_linux.h"
17#include "gk20a/gk20a.h" 17
18#include <nvgpu/gk20a.h>
18 19
19#include <linux/debugfs.h> 20#include <linux/debugfs.h>
20#include <linux/uaccess.h> 21#include <linux/uaccess.h>