aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/symlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/parse_kconfig/symlist.h')
-rw-r--r--scripts/parse_kconfig/symlist.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/parse_kconfig/symlist.h b/scripts/parse_kconfig/symlist.h
index 85f473e..234f776 100644
--- a/scripts/parse_kconfig/symlist.h
+++ b/scripts/parse_kconfig/symlist.h
@@ -13,10 +13,8 @@
struct symlist_el {
char *name;
bool prompt;
- struct cnfexpr *def;
- size_t def_size;
- struct cnfexpr *dep, *rev_dep;
+ struct boolexpr *def, *dep, *rev_dep;
};
struct symlist {