aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Jabrzyk <m.jabrzyk@samsung.com>2015-05-14 01:01:51 +0000
committerJohannes Weiner <hannes@cmpxchg.org>2015-05-14 01:01:51 +0000
commitb6ef67ef9ab2eb296376f4f412253c976c33ae22 (patch)
treed6cc8fb6096a810beb9b4a5c32501e8447706faf
parentcfa961c5eba2276152282855d460da476fb1cb87 (diff)
downloadmm-next-b6ef67ef9ab2eb296376f4f412253c976c33ae22.tar.gz
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@samsung.com> Acked-by: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> Cc: Minchan Kim <minchan@kernel.org> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--mm/zsmalloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c
index 08bd7a3d464a9c..33d51264637909 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>