]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/kconfig/lkc_proto.h
[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only
[karo-tx-linux.git] / scripts / kconfig / lkc_proto.h
index 9f1823c88b7329190e7d334d8f62c72f8d6d4af9..84bb139789a0845c4398a64492a0adfdd8d9d204 100644 (file)
@@ -17,7 +17,6 @@ P(menu_get_parent_menu,struct menu *,(struct menu *menu));
 
 /* symbol.c */
 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
-P(sym_change_count,int,);
 
 P(sym_lookup,struct symbol *,(const char *name, int isconst));
 P(sym_find,struct symbol *,(const char *name));