summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/posix/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/posix/log.c')
-rw-r--r--drivers/gpu/nvgpu/os/posix/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/posix/log.c b/drivers/gpu/nvgpu/os/posix/log.c
index 6bfb673c..35d26266 100644
--- a/drivers/gpu/nvgpu/os/posix/log.c
+++ b/drivers/gpu/nvgpu/os/posix/log.c
@@ -23,7 +23,7 @@
23#include <nvgpu/log.h> 23#include <nvgpu/log.h>
24#include <nvgpu/types.h> 24#include <nvgpu/types.h>
25 25
26#include "gk20a/gk20a.h" 26#include <nvgpu/gk20a.h>
27 27
28/* 28/*
29 * Define a length for log buffers. This is the buffer that the 'fmt, ...' part 29 * Define a length for log buffers. This is the buffer that the 'fmt, ...' part