From: Marcin Jabrzyk Date: Thu, 25 Jun 2015 21:59:58 +0000 (-0700) Subject: zsmalloc: remove obsolete ZSMALLOC_DEBUG X-Git-Tag: v4.2-rc1~102^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13a18a1c04775e48788a25ba7ed17c885df6b1d1;p=platform%2Fkernel%2Flinux-exynos.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 a8b5e74..c766240 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -45,10 +45,6 @@ * */ -#ifdef CONFIG_ZSMALLOC_DEBUG -#define DEBUG -#endif - #include #include #include