]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kconfig: gconf: move init_*() functions below
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:12 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 1 Jul 2025 11:07:35 +0000 (20:07 +0900)
commit7ef533938e6cd7d0e33e1c24389c34a21221979b
tree2a019d10c934ad3f1d4cb73f7dd737cebdc7076b
parent290fc035dfeb07fcec57b09d888f837531333af7
kconfig: gconf: move init_*() functions below

This allows removal of the forward declaration of renderer_edited().

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