diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-03-14 04:48:29 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-03-25 13:35:29 +0900 |
commit | 15e68d09458f1b417f3129674b89ff91a1070f15 (patch) | |
tree | de5ea8c21e0ec4561cf922ea74d4624e428d1add /scripts/kconfig/lkc.h | |
parent | 9a3c3bc820be102f8bb1ca0e9700633d5b3aeb1f (diff) |
kconfig: move conf_rewrite_mod_or_yes() to conf.c
This function is only used in conf.c.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
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 bee2413bda63..f946ab49ef50 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h @@ -58,7 +58,6 @@ const char *conf_get_configname(void); void sym_set_change_count(int count); void sym_add_change_count(int count); bool conf_set_all_new_symbols(enum conf_def_mode mode); -void conf_rewrite_mod_or_yes(enum conf_def_mode mode); void set_all_choice_values(struct symbol *csym); /* confdata.c and expr.c */ |