commit | 7a0bd49713aca3040099e1413d1cc9f08802d97a | [log] [tgz] |
---|---|---|
author | Victor Kamensky <victor.kamensky@linaro.org> | Sat Sep 13 23:29:17 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Sep 16 16:09:30 2014 +0100 |
tree | fd1fa2f8b1ee64f87529863cc12ffc0d77396b73 | |
parent | d9981380b49b839ecaffbbe131908a342db68980 [diff] |
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>