From 32e0b10a1aae5f6dd5f8fc06aa8940d481fdae6e Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Thu, 6 Nov 2014 11:00:02 +0900 Subject: [PATCH] gpu: arm: mali400: remove unnecessary #if 0 for R4P0_REL0 I don't know why added it. Change-Id: I60ecbc113d4a9fb1e32971bd249f1fe167b0c2d9 Signed-off-by: Joonyoung Shim --- drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_os_alloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_os_alloc.c b/drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_os_alloc.c index 40bb858..b6599fc 100644 --- a/drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_os_alloc.c +++ b/drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_os_alloc.c @@ -56,9 +56,7 @@ static struct mali_mem_os_allocator { .allocated_pages = ATOMIC_INIT(0), .allocation_limit = 0, -#if 0 .shrinker.shrink = mali_mem_os_shrink, -#endif .shrinker.seeks = DEFAULT_SEEKS, #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,7,0) .timed_shrinker = __DELAYED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_trim_pool, TIMER_DEFERRABLE), -- 2.7.4