summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-01-07 21:49:40 +1100
committerJeremy Kerr <jk@ozlabs.org>2008-01-07 21:49:40 +1100
commita57e4ef92b8e590643a325d309511306c5b941a9 (patch)
tree0e0ad680e1545da66e717ddccae602e4d7ee1676
parentbcabb75250c6562ecdf20fdd0c73cbb590a1dd7f (diff)
downloadtalos-petitboot-a57e4ef92b8e590643a325d309511306c5b941a9.tar.gz
talos-petitboot-a57e4ef92b8e590643a325d309511306c5b941a9.zip
Make kboot_parser global options array static
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r--devices/kboot-parser.c2
1 files changed, 1 insertions, 1 deletions
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" },
OpenPOWER on IntegriCloud