aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Jabrzyk <m.jabrzyk@samsung.com>2015-06-25 14:59:58 -0700
committerMister Oyster <oysterized@gmail.com>2017-09-25 20:40:44 +0200
commit11737a57cf470c64b56153a03e0faa1078b58fa1 (patch)
tree26c991af16102d02939f320486d96fc718727532
parent279aab45091975d2a5ece20934c73f15537d95a7 (diff)
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> Signed-off-by: Linus Torvalds <torvalds@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 fc2ed113c..7e85b60c6 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>