diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 9b3cdfc8046d..3d84b7a35e0d 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -327,11 +327,7 @@ static inline void get_page(struct page *page) | |||
327 | 327 | ||
328 | void put_page(struct page *page); | 328 | void put_page(struct page *page); |
329 | 329 | ||
330 | #ifdef CONFIG_MMU | ||
331 | void split_page(struct page *page, unsigned int order); | 330 | void split_page(struct page *page, unsigned int order); |
332 | #else | ||
333 | static inline void split_page(struct page *page, unsigned int order) {} | ||
334 | #endif | ||
335 | 331 | ||
336 | /* | 332 | /* |
337 | * Multiple processes may "see" the same page. E.g. for untouched | 333 | * Multiple processes may "see" the same page. E.g. for untouched |