diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rmap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/rmap.h b/include/linux/rmap.h index 616aa4d05f0a..2462458708cd 100644 --- a/include/linux/rmap.h +++ b/include/linux/rmap.h | |||
@@ -190,7 +190,7 @@ int page_referenced_one(struct page *, struct vm_area_struct *, | |||
190 | 190 | ||
191 | int try_to_unmap(struct page *, enum ttu_flags flags); | 191 | int try_to_unmap(struct page *, enum ttu_flags flags); |
192 | int try_to_unmap_one(struct page *, struct vm_area_struct *, | 192 | int try_to_unmap_one(struct page *, struct vm_area_struct *, |
193 | unsigned long address, enum ttu_flags flags); | 193 | unsigned long address, void *arg); |
194 | 194 | ||
195 | /* | 195 | /* |
196 | * Called from mm/filemap_xip.c to unmap empty zero page | 196 | * Called from mm/filemap_xip.c to unmap empty zero page |
@@ -256,9 +256,6 @@ struct rmap_walk_control { | |||
256 | bool (*invalid_vma)(struct vm_area_struct *vma, void *arg); | 256 | bool (*invalid_vma)(struct vm_area_struct *vma, void *arg); |
257 | }; | 257 | }; |
258 | 258 | ||
259 | /* | ||
260 | * Called by migrate.c to remove migration ptes, but might be used more later. | ||
261 | */ | ||
262 | int rmap_walk(struct page *page, struct rmap_walk_control *rwc); | 259 | int rmap_walk(struct page *page, struct rmap_walk_control *rwc); |
263 | 260 | ||
264 | #else /* !CONFIG_MMU */ | 261 | #else /* !CONFIG_MMU */ |