projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6583a84
)
rmap: remove __anon_vma_link() declaration
author
Xiao Guangrong
<
[email protected]
>
Wed, 21 Mar 2012 23:34:01 +0000
(16:34 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/include/linux/rmap.h
b/include/linux/rmap.h
index 1cdd62a2788a99436f666ec9d9e194f3c341e769..fd07c4542cee4f60784081267fb069787919a5bc 100644
(file)
--- a/
include/linux/rmap.h
+++ b/
include/linux/rmap.h
@@
-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)