diff options
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r-- | scripts/kconfig/expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index ffd42c7007ee..6084525f604b 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h | |||
@@ -156,6 +156,7 @@ struct file *lookup_file(const char *name); | |||
156 | 156 | ||
157 | extern struct symbol symbol_yes, symbol_no, symbol_mod; | 157 | extern struct symbol symbol_yes, symbol_no, symbol_mod; |
158 | extern struct symbol *modules_sym; | 158 | extern struct symbol *modules_sym; |
159 | extern struct symbol *sym_defconfig_list; | ||
159 | extern int cdebug; | 160 | extern int cdebug; |
160 | struct expr *expr_alloc_symbol(struct symbol *sym); | 161 | struct expr *expr_alloc_symbol(struct symbol *sym); |
161 | struct expr *expr_alloc_one(enum expr_type type, struct expr *ce); | 162 | struct expr *expr_alloc_one(enum expr_type type, struct expr *ce); |