[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1429692756-15197-3-git-send-email-m.jabrzyk@samsung.com>
Date: Wed, 22 Apr 2015 10:52:36 +0200
From: Marcin Jabrzyk <m.jabrzyk@...sung.com>
To: minchan@...nel.org, ngupta@...are.org,
sergey.senozhatsky.work@...il.com, linux-kernel@...r.kernel.org,
linux-mm@...ck.org
Cc: akpm@...ux-foundation.org, kyungmin.park@...sung.com,
Marcin Jabrzyk <m.jabrzyk@...sung.com>
Subject: [PATCH v2 2/2] 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 <m.jabrzyk@...sung.com>
---
mm/zsmalloc.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c
index 08bd7a3d464a..33d512646379 100644
--- a/mm/zsmalloc.c
+++ b/mm/zsmalloc.c
@@ -45,10 +45,6 @@
*
*/
-#ifdef CONFIG_ZSMALLOC_DEBUG
-#define DEBUG
-#endif
-
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists