From: Karsten Wiese Date: Wed, 13 Dec 2006 08:34:07 +0000 (-0800) Subject: [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only X-Git-Tag: v2.6.20-rc1~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc10001b11e51b59ac901d17c5f05361bd2351d;p=pandora-kernel.git [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only Those two functions are void sym_set_change_count(int count) and void sym_add_change_count(int count) All write accesses to sym_change_count are replaced by calls to above functions. Variable and changer-functions are moved to confdata.c. IMO thats ok, as sym_change_count is an attribute of the .config's change state. Signed-off-by: Karsten Wiese Cc: Sam Ravnborg Cc: Roman Zippel Acked-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed