[PATCH] ppc64: export clear_user_page

From: Benjamin Herrenschmidt
Date: Fri Feb 13 2004 - 18:06:47 EST


Some drivers need clear_user_page, is should be exported

diff -urN linux-2.5/arch/ppc64/kernel/ppc_ksyms.c linuxppc-2.5-benh/arch/ppc64/kernel/ppc_ksyms.c
--- linux-2.5/arch/ppc64/kernel/ppc_ksyms.c 2004-02-02 13:09:08.000000000 +1100
+++ linuxppc-2.5-benh/arch/ppc64/kernel/ppc_ksyms.c 2004-02-14 09:58:16.226078944 +1100
@@ -93,6 +93,8 @@
EXPORT_SYMBOL(__strncpy_from_user);
EXPORT_SYMBOL(__strnlen_user);

+EXPORT_SYMBOL(clear_user_page);
+
#ifdef CONFIG_MSCHUNKS
EXPORT_SYMBOL(msChunks);
#endif


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/