Commit dd880fbe8e4792d1185a5101dc751f49eab0a509

Authored by H Hartley Sweeten
Committed by James Morris
1 parent fa1cc7b5a5

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -43,7 +43,7 @@
43 43 return ret;
44 44 }
45 45  
46   -int __init init_mmap_min_addr(void)
  46 +static int __init init_mmap_min_addr(void)
47 47 {
48 48 update_mmap_min_addr();
49 49