diff options
-rw-r--r-- | mm/kmemleak.c | 2 |
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 | */ |
1966 | static int kmemleak_boot_config(char *str) | 1966 | static int __init kmemleak_boot_config(char *str) |
1967 | { | 1967 | { |
1968 | if (!str) | 1968 | if (!str) |
1969 | return -EINVAL; | 1969 | return -EINVAL; |