www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / kernel / linux / scripts / kconfig / menu.c
index 38046c6..87f4376 100755 (executable)
 #include "lkc.h"
 
 struct menu rootmenu;
+
+/* CONFIG_MIPS_BRCM Begin Broadcom changed code. */
+/* These variables must be moved higher to zconf.tab.c_shipped to make
+ * GCC4.0 happy.  See CRDDB00016084.
 struct menu *current_menu, *current_entry;
+*/
+/* CONFIG_MIPS_BRCM end Broadcom changed code. */
+
 static struct menu **last_entry_ptr;
 
 struct file *file_list;