score: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 Jan 2017 19:13:29 +0000 (14:13 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 Jan 2017 15:58:17 +0000 (10:58 -0500)
commit0f296af85be8bc7b3c46ae2cd7a0917a1cc9e7b4
treeb05013c09a789935ded570cb7e1a27b06a5fd767
parent6bb6bf7fdab5f9e190cca69ec9ddf9e916dc729d
score: migrate exception table users off module.h and onto extable.h

These files were only including module.h for exception table related
functions.  We've now separated that content out into its own file
"extable.h" so now move over to that and avoid all the extra header
content in module.h that we don't really need to compile these files.

Cc: Chen Liqin <liqin.linux@gmail.com>
Cc: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/score/kernel/traps.c
arch/score/mm/extable.c
arch/score/mm/fault.c