]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/stop_machine.c
stop_machine: Unexport __stop_machine()
[karo-tx-linux.git] / kernel / stop_machine.c
index 621220852df007d13b134fac624cadd0f17654d3..b50910dbf030621d6f2f411116b74e77c2c5d305 100644 (file)
@@ -513,7 +513,7 @@ early_initcall(cpu_stop_init);
 
 #ifdef CONFIG_STOP_MACHINE
 
-int __stop_machine(int (*fn)(void *), void *data, const struct cpumask *cpus)
+static int __stop_machine(int (*fn)(void *), void *data, const struct cpumask *cpus)
 {
        struct multi_stop_data msdata = {
                .fn = fn,