Commit ef006379 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by james toy

init_mmap_min_addr() is a pure_initcall and should be static.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: James Morris <jmorris@namei.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 7147153d
...@@ -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