Commit 8a7f19c7 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[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.
parent 8e56790b
......@@ -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);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment