summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/posix
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/posix')
-rw-r--r--drivers/gpu/nvgpu/os/posix/log.c2
-rw-r--r--drivers/gpu/nvgpu/os/posix/nvgpu.c3
-rw-r--r--drivers/gpu/nvgpu/os/posix/os_posix.h2
3 files changed, 3 insertions, 4 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
diff --git a/drivers/gpu/nvgpu/os/posix/nvgpu.c b/drivers/gpu/nvgpu/os/posix/nvgpu.c
index a275f2de..2f84dc6e 100644
--- a/drivers/gpu/nvgpu/os/posix/nvgpu.c
+++ b/drivers/gpu/nvgpu/os/posix/nvgpu.c
@@ -29,13 +29,12 @@
29#include <nvgpu/atomic.h> 29#include <nvgpu/atomic.h>
30#include <nvgpu/nvgpu_common.h> 30#include <nvgpu/nvgpu_common.h>
31#include <nvgpu/os_sched.h> 31#include <nvgpu/os_sched.h>
32#include <nvgpu/gk20a.h>
32 33
33#include <nvgpu/posix/probe.h> 34#include <nvgpu/posix/probe.h>
34 35
35#include "os_posix.h" 36#include "os_posix.h"
36 37
37#include "gk20a/gk20a.h"
38
39void nvgpu_wait_for_deferred_interrupts(struct gk20a *g) 38void nvgpu_wait_for_deferred_interrupts(struct gk20a *g)
40{ 39{
41 /* 40 /*
diff --git a/drivers/gpu/nvgpu/os/posix/os_posix.h b/drivers/gpu/nvgpu/os/posix/os_posix.h
index ff8c9817..d403ad55 100644
--- a/drivers/gpu/nvgpu/os/posix/os_posix.h
+++ b/drivers/gpu/nvgpu/os/posix/os_posix.h
@@ -23,7 +23,7 @@
23#ifndef __NVGPU_OS_POSIX_H__ 23#ifndef __NVGPU_OS_POSIX_H__
24#define __NVGPU_OS_POSIX_H__ 24#define __NVGPU_OS_POSIX_H__
25 25
26#include "gk20a/gk20a.h" 26#include <nvgpu/gk20a.h>
27 27
28struct nvgpu_posix_io_callbacks; 28struct nvgpu_posix_io_callbacks;
29 29