sched/core: Make 'sched_domain_topology' declaration static
[cascardo/linux.git] / kernel / sched / core.c
index 1b30b5b..a91df61 100644 (file)
@@ -6445,7 +6445,8 @@ static struct sched_domain_topology_level default_topology[] = {
        { NULL, },
 };
 
-struct sched_domain_topology_level *sched_domain_topology = default_topology;
+static struct sched_domain_topology_level *sched_domain_topology =
+       default_topology;
 
 #define for_each_sd_topology(tl)                       \
        for (tl = sched_domain_topology; tl->mask; tl++)