From dfe6493dcba650318275b73e62fe2e5d35b36622 Mon Sep 17 00:00:00 2001 From: Bharat Nihalani Date: Thu, 4 Jun 2015 05:11:04 -0700 Subject: Revert "gpu: nvgpu: fix allocator_init() calls" This reverts commit 053037f1450d6ba6c5d01abcdcd9b24019ae8c85 since the issue seen with bug 200106514 is fixed with change http://git-master/r/#/c/752080/. Bug 200112195 Change-Id: If54eb570fd2ad5de99d180d03d5d90492283fe33 Signed-off-by: Bharat Nihalani Reviewed-on: http://git-master/r/752504 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp10b/mm_gp10b.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'drivers/gpu/nvgpu/gp10b/mm_gp10b.h') diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.h b/drivers/gpu/nvgpu/gp10b/mm_gp10b.h index f34200a0..034944e0 100644 --- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.h +++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.h @@ -14,16 +14,8 @@ #ifndef MM_GP10B_H #define MM_GP10B_H -#include - #define NVGPU_MM_GET_IO_COHERENCE_BIT 35 -#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) -#define NVGPU_USE_NEW_ALLOCATOR 1 -#else -#define NVGPU_USE_NEW_ALLOCATOR 0 -#endif - struct gpu_ops; void gp10b_init_mm(struct gpu_ops *gops); -- cgit v1.2.2