diff options
Diffstat (limited to 'mm/internal.h')
-rw-r--r-- | mm/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mm/internal.h b/mm/internal.h index 8562de0a5197..4390ac6c106e 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -32,11 +32,6 @@ static inline void set_page_refcounted(struct page *page) | |||
32 | set_page_count(page, 1); | 32 | set_page_count(page, 1); |
33 | } | 33 | } |
34 | 34 | ||
35 | static inline void __put_page(struct page *page) | ||
36 | { | ||
37 | atomic_dec(&page->_count); | ||
38 | } | ||
39 | |||
40 | static inline void __get_page_tail_foll(struct page *page, | 35 | static inline void __get_page_tail_foll(struct page *page, |
41 | bool get_page_head) | 36 | bool get_page_head) |
42 | { | 37 | { |