frv: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 Jan 2017 14:51:08 +0000 (09:51 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 24 Jan 2017 17:41:47 +0000 (12:41 -0500)
commitece74f63b1f3a4d7466c949b3d9db6fc29445213
tree6e5ab62f4248c585860516cbea323e7c71c5fe88
parentd92280d1328fe1e32a1c806c145427a2582c8fce
frv: 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>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/frv/mm/extable.c