diff options
Diffstat (limited to 'include/linux/gfp.h')
-rw-r--r-- | include/linux/gfp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 052a5b6cc4d0..78d32a7be257 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h | |||
@@ -397,6 +397,9 @@ static inline bool pm_suspended_storage(void) | |||
397 | extern int alloc_contig_range(unsigned long start, unsigned long end); | 397 | extern int alloc_contig_range(unsigned long start, unsigned long end); |
398 | extern void free_contig_range(unsigned long pfn, unsigned nr_pages); | 398 | extern void free_contig_range(unsigned long pfn, unsigned nr_pages); |
399 | 399 | ||
400 | /* CMA stuff */ | ||
401 | extern void init_cma_reserved_pageblock(struct page *page); | ||
402 | |||
400 | #endif | 403 | #endif |
401 | 404 | ||
402 | #endif /* __LINUX_GFP_H */ | 405 | #endif /* __LINUX_GFP_H */ |