summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/allocator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/allocator.h b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
index a39ae44e..1e7ab38f 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/allocator.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
@@ -35,6 +35,7 @@
35#include <nvgpu/log.h> 35#include <nvgpu/log.h>
36#include <nvgpu/lock.h> 36#include <nvgpu/lock.h>
37#include <nvgpu/list.h> 37#include <nvgpu/list.h>
38#include <nvgpu/types.h>
38 39
39/* #define ALLOCATOR_DEBUG */ 40/* #define ALLOCATOR_DEBUG */
40 41