]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kconfig: gconf: remove unnecessary forward declarations
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 Jun 2024 18:20:41 +0000 (03:20 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 15 Jul 2024 16:08:36 +0000 (01:08 +0900)
commit300bf53ecb3673bf41db5dad2afcd77b8de3a662
treec0e67707892c4987c9bd4a148d6a9ecfedbf03f1
parent060e05c3b422f7ed7112e14f5039870ecdd449cc
kconfig: gconf: remove unnecessary forward declarations

These are defined before their call sites.

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