diff options
Diffstat (limited to 'include/linux/gfp.h')
-rw-r--r-- | include/linux/gfp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/gfp.h b/include/linux/gfp.h index fdab7de7490d..e77ab30e9328 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h | |||
@@ -585,7 +585,7 @@ static inline bool pm_suspended_storage(void) | |||
585 | } | 585 | } |
586 | #endif /* CONFIG_PM_SLEEP */ | 586 | #endif /* CONFIG_PM_SLEEP */ |
587 | 587 | ||
588 | #if (defined(CONFIG_MEMORY_ISOLATION) && defined(CONFIG_COMPACTION)) || defined(CONFIG_CMA) | 588 | #ifdef CONFIG_CONTIG_ALLOC |
589 | /* The below functions must be run on a range from a single zone. */ | 589 | /* The below functions must be run on a range from a single zone. */ |
590 | extern int alloc_contig_range(unsigned long start, unsigned long end, | 590 | extern int alloc_contig_range(unsigned long start, unsigned long end, |
591 | unsigned migratetype, gfp_t gfp_mask); | 591 | unsigned migratetype, gfp_t gfp_mask); |