]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ppc64: export clear_user_page
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Feb 2004 09:22:34 +0000 (01:22 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 13 Feb 2004 09:22:34 +0000 (01:22 -0800)
Some drivers need clear_user_page, is should be exported

arch/ppc64/kernel/ppc_ksyms.c

index f353677843ffeb6bac2f41c6da8a26751afe1ae8..72fb5691fc125a3298a5030c5c704a14945652c5 100644 (file)
@@ -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