From: "J.A. Magallon" <jamagallon@able.es>

This is enough to make it compile:

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/scripts/kconfig/gconf.c |   37 +------------------------------------
 1 files changed, 1 insertion(+), 36 deletions(-)

diff -puN scripts/kconfig/gconf.c~revert-gconfig-changes-build-fix scripts/kconfig/gconf.c
--- 25/scripts/kconfig/gconf.c~revert-gconfig-changes-build-fix	2005-03-16 15:07:48.000000000 -0800
+++ 25-akpm/scripts/kconfig/gconf.c	2005-03-16 15:07:48.000000000 -0800
@@ -11,6 +11,7 @@
 #endif
 
 #include "lkc.h"
+#include "images.c"
 
 #include <glade/glade.h>
 #include <gtk/gtk.h>
@@ -1171,42 +1172,6 @@ on_treeview1_button_press_event(GtkWidge
 }
 
 
-/* Conf management */
-
-static const char *xpm_menu[] = {
-"12 12 2 1",
-"  c white",
-". c black",
-"            ",
-"            ",
-"  .         ",
-"  ..        ",
-"  ...       ",
-"  ....      ",
-"  .....     ",
-"  ....      ",
-"  ...       ",
-"  ..        ",
-"  .         ",
-"            "};
-
-static const char *xpm_void[] = {
-"12 12 2 1",
-"  c white",
-". c black",
-"            ",
-"            ",
-"            ",
-"            ",
-"            ",
-"            ",
-"            ",
-"            ",
-"            ",
-"            ",
-"            ",
-"            "};
-
 /* Fill a row of strings */
 static gchar **fill_row(struct menu *menu)
 {
_