From: Stephen Rothwell Date: Wed, 6 Mar 2013 00:31:06 +0000 (+1100) Subject: staging: zcache: disable ZCACHE_DEBUG due to build error X-Git-Tag: firefly_0821_release~3680^2~674^2~794 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5db5a20a50cfd078c78b13a988f237cca81aedc5;p=firefly-linux-kernel-4.4.55.git 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: Stephen Rothwell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/zcache/Kconfig b/drivers/staging/zcache/Kconfig index 2da6cc444c7e..ad47b4b8f04b 100644 --- a/drivers/staging/zcache/Kconfig +++ b/drivers/staging/zcache/Kconfig @@ -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