diff options
Diffstat (limited to 'scripts/kconfig/zconf.y')
-rw-r--r-- | scripts/kconfig/zconf.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index ab44feb3c600..04a5864c03b1 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y | |||
@@ -504,7 +504,7 @@ void conf_parse(const char *name) | |||
504 | sym_check_deps(sym); | 504 | sym_check_deps(sym); |
505 | } | 505 | } |
506 | 506 | ||
507 | sym_change_count = 1; | 507 | sym_set_change_count(1); |
508 | } | 508 | } |
509 | 509 | ||
510 | const char *zconf_tokenname(int token) | 510 | const char *zconf_tokenname(int token) |