kconfig: menuconfig: reorder functions to remove forward declarations
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 25 Mar 2023 15:18:17 +0000 (00:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 17 Apr 2023 02:03:56 +0000 (11:03 +0900)
commitfb318e54fea6b8532833faef98c8b7720a30b29d
treebbb675614e93ed5d4eb36a8b182161d1d757f58b
parentb84e3687da9436c5438021800ce2d7baa03c2eab
kconfig: menuconfig: reorder functions to remove forward declarations

Define helper functions before the callers so that forward
declarations can go away.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/lxdialog/textbox.c
scripts/kconfig/mconf.c