]> Git Repo - linux.git/commit
ARM: 8151/1: add missing exports for asm functions required by get_user macro
authorVictor Kamensky <[email protected]>
Sat, 13 Sep 2014 22:29:17 +0000 (23:29 +0100)
committerRussell King <[email protected]>
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 <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/kernel/armksyms.c
This page took 0.057087 seconds and 4 git commands to generate.