提交 5db5a20a 编写于 作者: S Stephen Rothwell 提交者: Greg Kroah-Hartman

staging: zcache: disable ZCACHE_DEBUG due to build error

In file included from drivers/staging/zcache/debug.c:2:0:
drivers/staging/zcache/debug.h: In function 'dec_zcache_obj_count':
drivers/staging/zcache/debug.h:16:2: error: implicit declaration of function 'BUG_ON' [-Werror=implicit-function-declaration]
Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 67e2cba4
...@@ -13,6 +13,7 @@ config ZCACHE ...@@ -13,6 +13,7 @@ config ZCACHE
config ZCACHE_DEBUG config ZCACHE_DEBUG
bool "Enable debug statistics" bool "Enable debug statistics"
depends on DEBUG_FS && ZCACHE depends on DEBUG_FS && ZCACHE
depends on BROKEN
default n default n
help help
This is used to provide an debugfs directory with counters of This is used to provide an debugfs directory with counters of
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册