diff options
Diffstat (limited to 'mm/sparse.c')
-rw-r--r-- | mm/sparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c index e03b39f3540f..3047bf06c1f3 100644 --- a/mm/sparse.c +++ b/mm/sparse.c | |||
@@ -209,7 +209,7 @@ static int __meminit sparse_init_one_section(struct mem_section *ms, | |||
209 | return 1; | 209 | return 1; |
210 | } | 210 | } |
211 | 211 | ||
212 | __attribute__((weak)) | 212 | __attribute__((weak)) __init |
213 | void *alloc_bootmem_high_node(pg_data_t *pgdat, unsigned long size) | 213 | void *alloc_bootmem_high_node(pg_data_t *pgdat, unsigned long size) |
214 | { | 214 | { |
215 | return NULL; | 215 | return NULL; |