diff options
Diffstat (limited to 'include/linux/ksm.h')
-rw-r--r-- | include/linux/ksm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/ksm.h b/include/linux/ksm.h index 44368b19b27e..bbdfca3db6e1 100644 --- a/include/linux/ksm.h +++ b/include/linux/ksm.h | |||
@@ -89,12 +89,6 @@ static inline struct page *ksm_might_need_to_copy(struct page *page, | |||
89 | return page; | 89 | return page; |
90 | } | 90 | } |
91 | 91 | ||
92 | static inline int page_referenced_ksm(struct page *page, | ||
93 | struct mem_cgroup *memcg, unsigned long *vm_flags) | ||
94 | { | ||
95 | return 0; | ||
96 | } | ||
97 | |||
98 | static inline void rmap_walk_ksm(struct page *page, | 92 | static inline void rmap_walk_ksm(struct page *page, |
99 | struct rmap_walk_control *rwc) | 93 | struct rmap_walk_control *rwc) |
100 | { | 94 | { |