Commit 3ddb1b75 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

s390: make couple of functions and variables static

As reported by sparse these can and should be static.
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 3c1a3bce
...@@ -421,7 +421,7 @@ int topology_cpu_init(struct cpu *cpu) ...@@ -421,7 +421,7 @@ int topology_cpu_init(struct cpu *cpu)
return sysfs_create_group(&cpu->dev.kobj, &topology_cpu_attr_group); 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; return &per_cpu(cpu_topology, cpu).thread_mask;
} }
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
unsigned long mmap_rnd_mask; unsigned long mmap_rnd_mask;
unsigned long mmap_align_mask; static unsigned long mmap_align_mask;
static unsigned long stack_maxrandom_size(void) static unsigned long stack_maxrandom_size(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment