diff options
author | Guenter Roeck <linux@roeck-us.net> | 2016-10-12 13:42:23 -0700 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-10-14 20:42:28 -0400 |
commit | 7041c57709efdc1e31aaff663cfe17f0b21f4743 (patch) | |
tree | 1eb557065ce4ef99729d0103cdbacb0183e531bd /Documentation | |
parent | f1a9622037cd370460fd06bb7e28d0f01ceb8ef1 (diff) |
score: traps: Add missing include file to fix build error
score images fail to build as follows.
arch/score/kernel/traps.c: In function 'show_stack':
arch/score/kernel/traps.c:55:3: error:
implicit declaration of function '__get_user'
__get_user() is declared in asm/uaccess.h, which was previously included
through asm/module.h.
Cc: Al Viro <viro@zeniv.linux.org.uk>
Fixes: 88dd4a748da7 ("score: separate extable.h, switch module.h to it")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions