1
0
Fork 0

security/min_addr.c: make init_mmap_min_addr() static

init_mmap_min_addr() is a pure_initcall and should be static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Morris <jmorris@namei.org>
hifive-unleashed-5.1
H Hartley Sweeten 2009-12-15 15:05:12 -08:00 committed by James Morris
parent fa1cc7b5a5
commit dd880fbe8e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ int mmap_min_addr_handler(struct ctl_table *table, int write,
return ret;
}
int __init init_mmap_min_addr(void)
static int __init init_mmap_min_addr(void)
{
update_mmap_min_addr();