summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-03-30 16:29:46 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-04 19:57:08 -0400
commit335b3fa2fe89de3ae37d01a8e9605dc74554f777 (patch)
treea8aacc9507f3b25c7231f7f11c3bea9695c370ac /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parentc86e940e1169be32e92297f6dfb07d0c2cade135 (diff)
gpu: nvgpu: Remove vmalloc.h and slab.h usage
Remove all usage of vmalloc.h and slab.h outside of the Linux specific kmem API implementation code. Bug 1799159 Bug 1823380 Change-Id: I5b2a91bd1057b272efeaddc24902f6133b35024f Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1331703 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 33721f08..3a4d5e04 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -18,7 +18,6 @@
18#ifndef GR_GK20A_H 18#ifndef GR_GK20A_H
19#define GR_GK20A_H 19#define GR_GK20A_H
20 20
21#include <linux/slab.h>
22#include <uapi/linux/nvgpu.h> 21#include <uapi/linux/nvgpu.h>
23#ifdef CONFIG_ARCH_TEGRA_18x_SOC 22#ifdef CONFIG_ARCH_TEGRA_18x_SOC
24#include "gr_t18x.h" 23#include "gr_t18x.h"
@@ -27,7 +26,6 @@
27#include "gr_t19x.h" 26#include "gr_t19x.h"
28#endif 27#endif
29 28
30
31#include "tsg_gk20a.h" 29#include "tsg_gk20a.h"
32#include "gr_ctx_gk20a.h" 30#include "gr_ctx_gk20a.h"
33#include "mm_gk20a.h" 31#include "mm_gk20a.h"