proto-shell: defer init until after command line option processing
[project/netifd.git] / proto-shell.c
index 37859f4a20f6ca86b75678e185f2daae01f50a9e..904104551a1ce794eeecf5a036278cc98bfd6634 100644 (file)
@@ -769,7 +769,7 @@ proto_shell_add_handler(const char *script, const char *name, json_object *obj)
        add_proto_handler(proto);
 }
 
-static void __init proto_shell_init(void)
+void proto_shell_init(void)
 {
        proto_fd = netifd_open_subdir("proto");
        if (proto_fd < 0)