commit | d6cb671589757ec3d20e5e0886505cdad327b1b3 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Mon Nov 07 11:14:14 2016 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jan 03 16:34:50 2017 +0100 |
tree | fadc4d7f3bd71b2b2390113bdfb3a214e2a349a5 | |
parent | 231300423a5486cbd9e102d741190428b2783ab2 [diff] |
MIPS: Export string functions alongside their definitions Now that EXPORT_SYMBOL can be used from assembly source, move the EXPORT_SYMBOL invocations for the strlen*, strnlen* & strncpy* functions to be alongside their definitions. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/14513/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>