]> git.baikalelectronics.ru Git - kernel.git/commit
score: traps: Add missing include file to fix build error
authorGuenter Roeck <linux@roeck-us.net>
Wed, 12 Oct 2016 20:42:23 +0000 (13:42 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 15 Oct 2016 00:42:28 +0000 (20:42 -0400)
commit309667fc0c831d86159f714cd8ef29633c3759ee
tree1eb557065ce4ef99729d0103cdbacb0183e531bd
parentd04ac9d8de73c3251445e8b95b26307157f48b9a
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: ef916de88934 ("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>
arch/score/kernel/traps.c