Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetoot...
[deliverable/linux.git] / mm / slab_common.c
index 983b78694c4637adcd617de8085498acecfbd288..3e5f8f29c28640e44af5f5f9d1c3553986064588 100644 (file)
@@ -855,7 +855,7 @@ void __init setup_kmalloc_cache_index_table(void)
        }
 }
 
-static void new_kmalloc_cache(int idx, unsigned long flags)
+static void __init new_kmalloc_cache(int idx, unsigned long flags)
 {
        kmalloc_caches[idx] = create_kmalloc_cache(kmalloc_info[idx].name,
                                        kmalloc_info[idx].size, flags);
This page took 0.058065 seconds and 5 git commands to generate.