diff options
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index cdcbe43e87b3..16cb62b92650 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -100,7 +100,6 @@ void menu_warn(struct menu *menu, const char *fmt, ...); | |||
100 | struct menu *menu_add_menu(void); | 100 | struct menu *menu_add_menu(void); |
101 | void menu_end_menu(void); | 101 | void menu_end_menu(void); |
102 | void menu_add_entry(struct symbol *sym); | 102 | void menu_add_entry(struct symbol *sym); |
103 | void menu_end_entry(void); | ||
104 | void menu_add_dep(struct expr *dep); | 103 | void menu_add_dep(struct expr *dep); |
105 | void menu_add_visibility(struct expr *dep); | 104 | void menu_add_visibility(struct expr *dep); |
106 | struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); | 105 | struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); |