From a57e4ef92b8e590643a325d309511306c5b941a9 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 7 Jan 2008 21:49:40 +1100 Subject: [PATCH] Make kboot_parser global options array static Signed-off-by: Jeremy Kerr --- devices/kboot-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.39.2