aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/kmemleak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index 46c2290a08f1..8029501dc65c 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
@@ -1963,7 +1963,7 @@ static void kmemleak_disable(void)
1963/* 1963/*
1964 * Allow boot-time kmemleak disabling (enabled by default). 1964 * Allow boot-time kmemleak disabling (enabled by default).
1965 */ 1965 */
1966static int kmemleak_boot_config(char *str) 1966static int __init kmemleak_boot_config(char *str)
1967{ 1967{
1968 if (!str) 1968 if (!str)
1969 return -EINVAL; 1969 return -EINVAL;