]> Git Repo - linux.git/commitdiff
rmap: remove __anon_vma_link() declaration
authorXiao Guangrong <[email protected]>
Wed, 21 Mar 2012 23:34:01 +0000 (16:34 -0700)
committerLinus Torvalds <[email protected]>
Thu, 22 Mar 2012 00:54:57 +0000 (17:54 -0700)
This declaration is not used anymore, remove it.

Signed-off-by: Xiao Guangrong <[email protected]>
Acked-by: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/rmap.h

index 1cdd62a2788a99436f666ec9d9e194f3c341e769..fd07c4542cee4f60784081267fb069787919a5bc 100644 (file)
@@ -122,7 +122,6 @@ void unlink_anon_vmas(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 *);
 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,
                                  struct vm_area_struct *next)
This page took 0.061924 seconds and 4 git commands to generate.