summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-05-21 18:53:33 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-06-06 10:26:32 -0400
commitde48cc83b435aebd313c10a72f94247377a4a3b0 (patch)
treeaca083d576e75b9340c64076ead18904791055b9 /drivers/gpu/nvgpu/gk20a/mm_gk20a.h
parent1c6325c5c0b79220e57b39f59db4d870feec73b6 (diff)
gpu: nvgpu: Fix build problem by including slab.h
Change-Id: I2346ed48bf82c032194264bab999097bf86404e2 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/745885 (cherry picked from commit aba5f1ce08c2813c8bd570f36a5d15aa2a1aeaf8) Reviewed-on: http://git-master/r/753286 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 7a627354..47ebd2a1 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -23,6 +23,7 @@
23#include <linux/iommu.h> 23#include <linux/iommu.h>
24#include <linux/tegra-soc.h> 24#include <linux/tegra-soc.h>
25#include <linux/vmalloc.h> 25#include <linux/vmalloc.h>
26#include <linux/slab.h>
26#include <asm/dma-iommu.h> 27#include <asm/dma-iommu.h>
27#include <asm/cacheflush.h> 28#include <asm/cacheflush.h>
28#include "gk20a_allocator.h" 29#include "gk20a_allocator.h"