]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Export {copy, clear}_page functions alongside their definitions
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Nov 2016 11:14:16 +0000 (11:14 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:48:39 +0000 (16:48 +0100)
commitf44374f14c388d1170404d2206d4ff760d018212
tree9a6d627d3faa5611179fb3f989e6f90c83e3e595
parent576a2f0c5c6d64648d2ba68a4edbbe61863e12e2
MIPS: Export {copy, clear}_page functions alongside their definitions

Now that EXPORT_SYMBOL can be used from assembly source, move the
EXPORT_SYMBOL invocations for the copy_page & clear_page functions to be
alongside their definitions.

With this change there are no longer any symbols exported from
mips_ksyms.c so remove the file.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14515/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/Makefile
arch/mips/kernel/mips_ksyms.c [deleted file]
arch/mips/mm/page-funcs.S
arch/mips/mm/page.c