ARM: 8151/1: add missing exports for asm functions required by get_user macro
authorVictor Kamensky <victor.kamensky@linaro.org>
Sat, 13 Sep 2014 22:29:17 +0000 (23:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 16 Sep 2014 15:09:30 +0000 (16:09 +0100)
commit7a0bd49713aca3040099e1413d1cc9f08802d97a
treefd1fa2f8b1ee64f87529863cc12ffc0d77396b73
parentd9981380b49b839ecaffbbe131908a342db68980
ARM: 8151/1: add missing exports for asm functions required by get_user macro

Previous commits that dealt with get_user for 64bit type missed to
export proper functions, so if get_user macro with particular target/value
types are used by kernel module modpost would produce 'undefined!' error.
Solution is to export all required functions.

Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/armksyms.c