Commit dd880fbe authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by James Morris

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: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent fa1cc7b5
...@@ -43,7 +43,7 @@ int mmap_min_addr_handler(struct ctl_table *table, int write, ...@@ -43,7 +43,7 @@ int mmap_min_addr_handler(struct ctl_table *table, int write,
return ret; return ret;
} }
int __init init_mmap_min_addr(void) static int __init init_mmap_min_addr(void)
{ {
update_mmap_min_addr(); update_mmap_min_addr();
......
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