Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kconfig: gconf: remove unnecessary forward declarations

These are defined before their call sites.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

-2
-2
scripts/kconfig/gconf.c
··· 65 65 static void display_tree(struct menu *menu); 66 66 static void display_tree_part(void); 67 67 static void update_tree(struct menu *src, GtkTreeIter * dst); 68 - static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row); 69 - static gchar **fill_row(struct menu *menu); 70 68 static void conf_changed(void); 71 69 72 70 static void replace_button_icon(GladeXML *xml, GdkDrawable *window,