cris: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 23 Jan 2017 04:43:49 +0000 (23:43 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 Jan 2017 15:58:21 +0000 (10:58 -0500)
commit9ae8282d7f194e7e5fff30c82133dbb85923255d
tree976af9a1463320455319a870253b4e7322a2540d
parent1e8fb9c3684e1315ae0458d606316438c73fe2f7
cris: migrate exception table users off module.h and onto extable.h

This file was 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 this file.

Reported-by: kbuild test robot <lkp@intel.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: linux-cris-kernel@axis.com
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/cris/arch-v32/kernel/traps.c