Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / scripts / kconfig / conf.c
index bfa1ea8..5d84b44 100644 (file)
@@ -678,7 +678,7 @@ static void check_conf(struct menu *menu)
                check_conf(child);
 }
 
-static struct option long_opts[] = {
+static const struct option long_opts[] = {
        {"help",          no_argument,       NULL,            'h'},
        {"silent",        no_argument,       NULL,            's'},
        {"oldaskconfig",  no_argument,       &input_mode_opt, oldaskconfig},