diff options
Diffstat (limited to 'mm/sparse-vmemmap.c')
-rw-r--r-- | mm/sparse-vmemmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse-vmemmap.c b/mm/sparse-vmemmap.c index 68885dcbaf40..574c67b663fe 100644 --- a/mm/sparse-vmemmap.c +++ b/mm/sparse-vmemmap.c | |||
@@ -36,7 +36,7 @@ | |||
36 | * Uses the main allocators if they are available, else bootmem. | 36 | * Uses the main allocators if they are available, else bootmem. |
37 | */ | 37 | */ |
38 | 38 | ||
39 | static void * __init_refok __earlyonly_bootmem_alloc(int node, | 39 | static void * __ref __earlyonly_bootmem_alloc(int node, |
40 | unsigned long size, | 40 | unsigned long size, |
41 | unsigned long align, | 41 | unsigned long align, |
42 | unsigned long goal) | 42 | unsigned long goal) |