score: traps: Add missing include file to fix build error
authorGuenter Roeck <[email protected]>
Wed, 12 Oct 2016 20:42:23 +0000 (13:42 -0700)
committerAl Viro <[email protected]>
Sat, 15 Oct 2016 00:42:28 +0000 (20:42 -0400)
commit7041c57709efdc1e31aaff663cfe17f0b21f4743
tree1eb557065ce4ef99729d0103cdbacb0183e531bd
parentf1a9622037cd370460fd06bb7e28d0f01ceb8ef1
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 <[email protected]>
Fixes: 88dd4a748da7 ("score: separate extable.h, switch module.h to it")
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Al Viro <[email protected]>
arch/score/kernel/traps.c