Commit cfa2d622 authored by Thomas Habets's avatar Thomas Habets Committed by David S. Miller

[SPARC]: Add missing symbol exports, this is fallout from kernel/ksyms.c being nuked.

parent b162fa01
......@@ -288,6 +288,10 @@ EXPORT_SYMBOL(__strncpy_from_user);
/* Networking helper routines. */
/* XXX This is NOVERS because C_LABEL_STR doesn't get the version number. -DaveM */
EXPORT_SYMBOL_NOVERS(__csum_partial_copy_sparc_generic);
EXPORT_SYMBOL(csum_partial);
/* Cache flushing. */
EXPORT_SYMBOL(sparc_flush_page_to_ram);
/* No version information on this, heavily used in inline asm,
* and will always be 'void __ret_efault(void)'.
......
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