diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 449841413cf1..45678b036955 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -318,8 +318,6 @@ static inline int get_page_unless_zero(struct page *page) | |||
318 | return atomic_inc_not_zero(&page->_count); | 318 | return atomic_inc_not_zero(&page->_count); |
319 | } | 319 | } |
320 | 320 | ||
321 | extern void FASTCALL(__page_cache_release(struct page *)); | ||
322 | |||
323 | static inline int page_count(struct page *page) | 321 | static inline int page_count(struct page *page) |
324 | { | 322 | { |
325 | if (unlikely(PageCompound(page))) | 323 | if (unlikely(PageCompound(page))) |