android_kernel_motorola_sm6225/arch/cris/arch-v10/lib
Jesper Nilsson dbd3c7e1bf CRIS: Export missing function symbols
strcmp was lost when all other string functions were removed,
but we still have an optimized version for this on CRISv32,
so any driver built as a module would not have access to this symbol.

In a similar manner, we had optimized versions of
csum_partial_copy_from_user and __do_clear_user
but no exported symbols for them, breaking bunch of other drivers
when built as a module.

At the same time, move EXPORT_SYMBOL(__copy_user) and
EXPORT_SYMBOL(__copy_user_zeroing) C-files so it's
located together with the function definition.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2014-12-20 00:03:22 +01:00
..
checksum.S CRIS v10: Remove duplicated folding of carry from lib/checksum.S, it is not needed. 2008-02-08 11:06:32 +01:00
checksumcopy.S CRIS v10: Remove duplicated folding of carry from lib/checksumcopy.S, it is not needed. 2008-02-08 11:06:32 +01:00
csumcpfruser.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dmacopy.c CRISv10: Trivial fixes. 2010-05-25 15:00:52 +02:00
dram_init.S Drop code for CRISv10 CPU simulator 2014-01-15 14:44:02 +01:00
hw_settings.S CRISv10: Whitespace fixes for hw_settings.S 2010-05-25 15:04:06 +02:00
Makefile cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile 2012-04-19 11:17:04 +02:00
memset.c cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gcc 2008-02-14 20:58:04 -08:00
old_checksum.c tree-wide: Assorted spelling fixes 2010-02-09 11:13:56 +01:00
string.c CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4 2008-03-04 16:35:13 -08:00
usercopy.c CRIS: Export missing function symbols 2014-12-20 00:03:22 +01:00