Commit 8ea2623b authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Linus Torvalds

[PATCH] ppc64: export clear_user_page

Some drivers need clear_user_page, is should be exported
parent 7d3905c3
......@@ -93,6 +93,8 @@ EXPORT_SYMBOL(__clear_user);
EXPORT_SYMBOL(__strncpy_from_user);
EXPORT_SYMBOL(__strnlen_user);
EXPORT_SYMBOL(clear_user_page);
#ifdef CONFIG_MSCHUNKS
EXPORT_SYMBOL(msChunks);
#endif
......
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