From 473f2cff51e13bbbc98b77f791430625ce047ce7 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 9 Feb 2017 12:12:28 +1100 Subject: [PATCH] kconfig: Remove gperf 3.1+ incompatible kconf_conf_id forward declaration Forward declaration was unused. gperf 3.1+ changed parameter type from 'unsigned int' to 'size_t'. --- tools/kconfig/zconf.gperf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/kconfig/zconf.gperf b/tools/kconfig/zconf.gperf index ac498f01b4..d1ede16a80 100644 --- a/tools/kconfig/zconf.gperf +++ b/tools/kconfig/zconf.gperf @@ -9,8 +9,6 @@ struct kconf_id; -static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); - %% mainmenu, T_MAINMENU, TF_COMMAND menu, T_MENU, TF_COMMAND