aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-24 18:37:33 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-24 18:37:33 -0700
commit8a7f19c7b1554bdbaaef209f5b077380273b0e2a (patch)
treeedeae89466ef0d718b77c9a90d4c34cf6db5c467 /mm
parent8e56790b8b07263f9ac3e319ce848df1d1ef932f (diff)
downloadhistory-8a7f19c7b1554bdbaaef209f5b077380273b0e2a.tar.gz
[PATCH] don't export vma_prio_tree_next
From: Christoph Hellwig <hch@lst.de> there's no user is modules, the function isn't in mainline and I don't see why modules should use it.
Diffstat (limited to 'mm')
-rw-r--r--mm/prio_tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/prio_tree.c b/mm/prio_tree.c
index a2a7e6b2dba2c4..6cd41a831e2d71 100644
--- a/mm/prio_tree.c
+++ b/mm/prio_tree.c
@@ -661,4 +661,3 @@ struct vm_area_struct *vma_prio_tree_next(struct vm_area_struct *vma,
} else
return NULL;
}
-EXPORT_SYMBOL(vma_prio_tree_next);