aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/slub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index 3918cd62a4b2..2d61503efb92 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -4187,7 +4187,7 @@ static int list_locations(struct kmem_cache *s, char *buf,
4187#endif 4187#endif
4188 4188
4189#ifdef SLUB_RESILIENCY_TEST 4189#ifdef SLUB_RESILIENCY_TEST
4190static void resiliency_test(void) 4190static void __init resiliency_test(void)
4191{ 4191{
4192 u8 *p; 4192 u8 *p;
4193 4193