summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/topology.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2015-03-16 11:44:10 (GMT)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2015-03-25 10:49:45 (GMT)
commit3ddb1b7578040ef114747e30f277cfea6286c5da (patch)
tree7c80c668d1d4f6fca513e6afce6fd29d3ee5a9d2 /arch/s390/kernel/topology.c
parent3c1a3bcea945f9d59ab1fe3d319c67c0ff56100f (diff)
downloadlinux-3ddb1b7578040ef114747e30f277cfea6286c5da.tar.xz
s390: make couple of functions and variables static
As reported by sparse these can and should be static. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/topology.c')
-rw-r--r--arch/s390/kernel/topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/topology.c b/arch/s390/kernel/topology.c
index 14da43b..5728c5b 100644
--- a/arch/s390/kernel/topology.c
+++ b/arch/s390/kernel/topology.c
@@ -421,7 +421,7 @@ int topology_cpu_init(struct cpu *cpu)
return sysfs_create_group(&cpu->dev.kobj, &topology_cpu_attr_group);
}
-const struct cpumask *cpu_thread_mask(int cpu)
+static const struct cpumask *cpu_thread_mask(int cpu)
{
return &per_cpu(cpu_topology, cpu).thread_mask;
}