kbuild: add static to prototypes
[firefly-linux-kernel-4.4.55.git] / scripts / kconfig / kxgettext.c
index 8d9ce22b0fc5d285ca93702d97a437aa7026f364..dcc3fcc0cc9a3d63989932ea1e5139200544fd75 100644 (file)
@@ -166,7 +166,7 @@ static int message__add(const char *msg, char *option, char *file, int lineno)
        return rc;
 }
 
-void menu_build_message_list(struct menu *menu)
+static void menu_build_message_list(struct menu *menu)
 {
        struct menu *child;
 
@@ -211,7 +211,7 @@ static void message__print_gettext_msgid_msgstr(struct message *self)
               "msgstr \"\"\n", self->msg);
 }
 
-void menu__xgettext(void)
+static void menu__xgettext(void)
 {
        struct message *m = message__list;