From: Wanpeng Li Date: Wed, 3 Apr 2013 10:16:21 +0000 (+0800) Subject: staging: zcache: fix static variables defined in debug.h but used in mutiple C files X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~348 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90874fc21ca6ca46058c5039fe78a4155d9a631e;p=pandora-kernel.git staging: zcache: fix static variables defined in debug.h but used in mutiple C files After commit 95bdaee214 ("zcache: Move debugfs code out of zcache-main.c file") be merged, most of knods in zcache debugfs just export zero since these variables are defined in debug.h but are in use in multiple C files zcache-main.c and debug.c, in this case variables can't be treated as shared variables. Signed-off-by: Wanpeng Li Reviewed-by: Konrad Rzeszutek Wilk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed