zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / staging / zcache / debug.c
index cf19adc..e951c64 100644 (file)
@@ -1,7 +1,7 @@
 #include <linux/atomic.h>
 #include "debug.h"
 
-#ifdef CONFIG_DEBUG_FS
+#ifdef CONFIG_ZCACHE_DEBUG
 #include <linux/debugfs.h>
 
 #define ATTR(x)  { .name = #x, .val = &zcache_##x, }