summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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