diff options
Diffstat (limited to 'scripts/kconfig/lkc_proto.h')
-rw-r--r-- | scripts/kconfig/lkc_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc_proto.h b/scripts/kconfig/lkc_proto.h index 9f1823c88b73..84bb139789a0 100644 --- a/scripts/kconfig/lkc_proto.h +++ b/scripts/kconfig/lkc_proto.h | |||
@@ -17,7 +17,6 @@ P(menu_get_parent_menu,struct menu *,(struct menu *menu)); | |||
17 | 17 | ||
18 | /* symbol.c */ | 18 | /* symbol.c */ |
19 | P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]); | 19 | P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]); |
20 | P(sym_change_count,int,); | ||
21 | 20 | ||
22 | P(sym_lookup,struct symbol *,(const char *name, int isconst)); | 21 | P(sym_lookup,struct symbol *,(const char *name, int isconst)); |
23 | P(sym_find,struct symbol *,(const char *name)); | 22 | P(sym_find,struct symbol *,(const char *name)); |