From: Marcin Jabrzyk Date: Thu, 25 Jun 2015 21:59:58 +0000 (-0700) Subject: zsmalloc: remove obsolete ZSMALLOC_DEBUG X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=13a18a1c04775e48788a25ba7ed17c885df6b1d1;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git zsmalloc: remove obsolete ZSMALLOC_DEBUG The DEBUG define in zsmalloc is useless, there is no usage of it at all. Signed-off-by: Marcin Jabrzyk Acked-by: Sergey Senozhatsky Cc: Minchan Kim Cc: Nitin Gupta Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index a8b5e749e84e..c76624080f9c 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -45,10 +45,6 @@ * */ -#ifdef CONFIG_ZSMALLOC_DEBUG -#define DEBUG -#endif - #include #include #include