From 335b3fa2fe89de3ae37d01a8e9605dc74554f777 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Thu, 30 Mar 2017 21:29:46 +0100 Subject: 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 Reviewed-on: http://git-master/r/1331703 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gr_gk20a.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h') 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 @@ #ifndef GR_GK20A_H #define GR_GK20A_H -#include #include #ifdef CONFIG_ARCH_TEGRA_18x_SOC #include "gr_t18x.h" @@ -27,7 +26,6 @@ #include "gr_t19x.h" #endif - #include "tsg_gk20a.h" #include "gr_ctx_gk20a.h" #include "mm_gk20a.h" -- cgit v1.2.2