summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/mm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/mm')
-rw-r--r--drivers/gpu/nvgpu/common/mm/bitmap_allocator.c1
-rw-r--r--drivers/gpu/nvgpu/common/mm/buddy_allocator.c1
-rw-r--r--drivers/gpu/nvgpu/common/mm/page_allocator.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/bitmap_allocator.c b/drivers/gpu/nvgpu/common/mm/bitmap_allocator.c
index 88051b38..c65f33c3 100644
--- a/drivers/gpu/nvgpu/common/mm/bitmap_allocator.c
+++ b/drivers/gpu/nvgpu/common/mm/bitmap_allocator.c
@@ -17,6 +17,7 @@
17#include <nvgpu/bitops.h> 17#include <nvgpu/bitops.h>
18#include <nvgpu/allocator.h> 18#include <nvgpu/allocator.h>
19#include <nvgpu/kmem.h> 19#include <nvgpu/kmem.h>
20#include <nvgpu/bug.h>
20 21
21#include "bitmap_allocator_priv.h" 22#include "bitmap_allocator_priv.h"
22 23
diff --git a/drivers/gpu/nvgpu/common/mm/buddy_allocator.c b/drivers/gpu/nvgpu/common/mm/buddy_allocator.c
index 81f82c60..c015d64f 100644
--- a/drivers/gpu/nvgpu/common/mm/buddy_allocator.c
+++ b/drivers/gpu/nvgpu/common/mm/buddy_allocator.c
@@ -16,6 +16,7 @@
16 16
17#include <nvgpu/allocator.h> 17#include <nvgpu/allocator.h>
18#include <nvgpu/kmem.h> 18#include <nvgpu/kmem.h>
19#include <nvgpu/bug.h>
19 20
20#include "gk20a/mm_gk20a.h" 21#include "gk20a/mm_gk20a.h"
21#include "gk20a/platform_gk20a.h" 22#include "gk20a/platform_gk20a.h"
diff --git a/drivers/gpu/nvgpu/common/mm/page_allocator.c b/drivers/gpu/nvgpu/common/mm/page_allocator.c
index 41ce28a7..14d66efe 100644
--- a/drivers/gpu/nvgpu/common/mm/page_allocator.c
+++ b/drivers/gpu/nvgpu/common/mm/page_allocator.c
@@ -20,6 +20,7 @@
20#include <nvgpu/allocator.h> 20#include <nvgpu/allocator.h>
21#include <nvgpu/page_allocator.h> 21#include <nvgpu/page_allocator.h>
22#include <nvgpu/kmem.h> 22#include <nvgpu/kmem.h>
23#include <nvgpu/bug.h>
23 24
24#include "buddy_allocator_priv.h" 25#include "buddy_allocator_priv.h"
25 26