Skip to content

Commit

Permalink
staging: zcache: disable ZCACHE_DEBUG due to build error
Browse files Browse the repository at this point in the history
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: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Stephen Rothwell authored and Greg Kroah-Hartman committed Mar 6, 2013
1 parent 67e2cba commit 5db5a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/zcache/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ config ZCACHE
config ZCACHE_DEBUG
bool "Enable debug statistics"
depends on DEBUG_FS && ZCACHE
depends on BROKEN
default n
help
This is used to provide an debugfs directory with counters of
Expand Down

0 comments on commit 5db5a20

Please sign in to comment.