Commit 76d2c6be authored by Linus Torvalds's avatar Linus Torvalds

vmalloc_to_page() should be usable for everybody (see discussion

on kernel mailing list)
parent caff8cde
......@@ -107,7 +107,7 @@ EXPORT_SYMBOL(kmalloc);
EXPORT_SYMBOL(kfree);
EXPORT_SYMBOL(vfree);
EXPORT_SYMBOL(__vmalloc);
EXPORT_SYMBOL_GPL(vmalloc_to_page);
EXPORT_SYMBOL(vmalloc_to_page);
EXPORT_SYMBOL(mem_map);
EXPORT_SYMBOL(remap_page_range);
EXPORT_SYMBOL(max_mapnr);
......
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