]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/zcache/debug.c
zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG
[karo-tx-linux.git] / drivers / staging / zcache / debug.c
index cf19adc233236ce29740ee98d057cd16959d0977..e951c64a13dc7c46c0c70be09fe4d08efafe188e 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, }