summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/mmap.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2015-03-16 12:44:10 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2015-03-25 11:49:45 +0100
commit3ddb1b7578040ef114747e30f277cfea6286c5da (patch)
tree7c80c668d1d4f6fca513e6afce6fd29d3ee5a9d2 /arch/s390/mm/mmap.c
parent3c1a3bcea945f9d59ab1fe3d319c67c0ff56100f (diff)
downloadlinux-3ddb1b7578040ef114747e30f277cfea6286c5da.tar.bz2
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/mm/mmap.c')
-rw-r--r--arch/s390/mm/mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/mmap.c b/arch/s390/mm/mmap.c
index 2e8378796e87..b68af0564a42 100644
--- a/arch/s390/mm/mmap.c
+++ b/arch/s390/mm/mmap.c
@@ -32,7 +32,7 @@
#include <asm/pgalloc.h>
unsigned long mmap_rnd_mask;
-unsigned long mmap_align_mask;
+static unsigned long mmap_align_mask;
static unsigned long stack_maxrandom_size(void)
{