]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Declare emulate_load_store_microMIPS as a static function.
authorDavid Daney <david.daney@cavium.com>
Fri, 24 May 2013 20:54:08 +0000 (20:54 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 27 Jun 2013 11:08:45 +0000 (13:08 +0200)
commitafa1fcf7213f5aa2b8fa595dd4e6043e720085c3
tree0b10762a90b54e179fb1c15a2614efc59728575c
parentf757bdf12a398952d4a8bc2dfb59a7feac88691d
MIPS: Declare emulate_load_store_microMIPS as a static function.

It is only used from within a single file, it should not be globally
visible.

Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5325/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/unaligned.c