summaryrefslogtreecommitdiff
path: root/drivers/staging/zcache/debug.c
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-03-04 18:18:20 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-05 08:43:10 (GMT)
commit67e2cba459a3780c283113808a07adea92762f86 (patch)
treeab4a71c1d2a2c9ecdc0ce91369c68777cac1221b /drivers/staging/zcache/debug.c
parent1dba904ca9893c9780748e8bda1c2423828faf40 (diff)
downloadlinux-fsl-qoriq-67e2cba459a3780c283113808a07adea92762f86.tar.xz
zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG
and also define this extra attribute in the Kconfig entry. Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/zcache/debug.c')
-rw-r--r--drivers/staging/zcache/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/zcache/debug.c b/drivers/staging/zcache/debug.c
index cf19adc..e951c64 100644
--- a/drivers/staging/zcache/debug.c
+++ b/drivers/staging/zcache/debug.c
@@ -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, }