X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=devices%2Fkboot-parser.c;fp=devices%2Fkboot-parser.c;h=df2e7620e13ad8ea40a735aaa04da60881f43de1;hp=9388981883dd9c5e3d59237c33127fdab92e7507;hb=a57e4ef92b8e590643a325d309511306c5b941a9;hpb=bcabb75250c6562ecdf20fdd0c73cbb590a1dd7f diff --git a/devices/kboot-parser.c b/devices/kboot-parser.c index 9388981..df2e762 100644 --- a/devices/kboot-parser.c +++ b/devices/kboot-parser.c @@ -82,7 +82,7 @@ struct global_option { }; -struct global_option global_options[] = { +static struct global_option global_options[] = { { .name = "root" }, { .name = "initrd" }, { .name = "video" },