]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kconfig: gconf: move conf_changed() definition up
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 Jun 2024 18:20:42 +0000 (03:20 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 15 Jul 2024 16:08:36 +0000 (01:08 +0900)
commit0b62fe46d77878645d117e70b9f135d7c9fcab47
treebd4bb58af136606b290353a710c20643d137b381
parent300bf53ecb3673bf41db5dad2afcd77b8de3a662
kconfig: gconf: move conf_changed() definition up

Define conf_changed() before its call site to remove the forward
declaration.

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