kconfig: remove keyword lookup table entirely
[carl9170fw.git] / config / zconf.y
index 95f66f71118d18a916104eefca0ce046aaf0b9b5..aedcbc2b0d419ea30bb8d1c17e94310a45f6876f 100644 (file)
@@ -110,11 +110,6 @@ static struct menu *current_menu, *current_entry;
                menu_end_menu();
 } if_entry menu_entry choice_entry
 
-%{
-/* Include kconf_id.c here so it can see the token constants. */
-#include "kconf_id.c"
-%}
-
 %%
 input: mainmenu_stmt stmt_list | stmt_list;