diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2009-12-15 18:05:12 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-12-16 17:24:22 -0500 |
commit | dd880fbe8e4792d1185a5101dc751f49eab0a509 (patch) | |
tree | c72673ed9e20c1967becd4118c77476406370d05 /security/min_addr.c | |
parent | fa1cc7b5a5c4171dfdcac855428295340ccf87ec (diff) |
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>
Diffstat (limited to 'security/min_addr.c')
-rw-r--r-- | security/min_addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/min_addr.c b/security/min_addr.c index fc43c9d37084..e86f297522bf 100644 --- a/security/min_addr.c +++ b/security/min_addr.c | |||
@@ -43,7 +43,7 @@ int mmap_min_addr_handler(struct ctl_table *table, int write, | |||
43 | return ret; | 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 | update_mmap_min_addr(); | 48 | update_mmap_min_addr(); |
49 | 49 | ||