diff options
Diffstat (limited to 'scripts/kconfig/zconf.tab.c_shipped')
-rw-r--r-- | scripts/kconfig/zconf.tab.c_shipped | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped index 2fb0a4fc61d0..d777fe85627f 100644 --- a/scripts/kconfig/zconf.tab.c_shipped +++ b/scripts/kconfig/zconf.tab.c_shipped | |||
@@ -2135,7 +2135,7 @@ void conf_parse(const char *name) | |||
2135 | sym_check_deps(sym); | 2135 | sym_check_deps(sym); |
2136 | } | 2136 | } |
2137 | 2137 | ||
2138 | sym_change_count = 1; | 2138 | sym_set_change_count(1); |
2139 | } | 2139 | } |
2140 | 2140 | ||
2141 | const char *zconf_tokenname(int token) | 2141 | const char *zconf_tokenname(int token) |