rmap: remove __anon_vma_link() declaration
This declaration is not used anymore, remove it. Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6583a84304
commit
978ea78b65
|
@ -122,7 +122,6 @@ void unlink_anon_vmas(struct vm_area_struct *);
|
||||||
int anon_vma_clone(struct vm_area_struct *, struct vm_area_struct *);
|
int anon_vma_clone(struct vm_area_struct *, struct vm_area_struct *);
|
||||||
void anon_vma_moveto_tail(struct vm_area_struct *);
|
void anon_vma_moveto_tail(struct vm_area_struct *);
|
||||||
int anon_vma_fork(struct vm_area_struct *, struct vm_area_struct *);
|
int anon_vma_fork(struct vm_area_struct *, struct vm_area_struct *);
|
||||||
void __anon_vma_link(struct vm_area_struct *);
|
|
||||||
|
|
||||||
static inline void anon_vma_merge(struct vm_area_struct *vma,
|
static inline void anon_vma_merge(struct vm_area_struct *vma,
|
||||||
struct vm_area_struct *next)
|
struct vm_area_struct *next)
|
||||||
|
|
Loading…
Reference in New Issue