]> git.ozlabs.org Git - petitboot/blobdiff - devices/kboot-parser.c
Make kboot_parser global options array static
[petitboot] / devices / kboot-parser.c
index 9388981883dd9c5e3d59237c33127fdab92e7507..df2e7620e13ad8ea40a735aaa04da60881f43de1 100644 (file)
@@ -82,7 +82,7 @@ struct global_option {
 };
 
 
-struct global_option global_options[] = {
+static struct global_option global_options[] = {
        { .name = "root" },
        { .name = "initrd" },
        { .name = "video" },