cris: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 23 Sep 2016 13:33:38 +0000 (15:33 +0200)
committerJesper Nilsson <jespern@axis.com>
Fri, 23 Sep 2016 13:33:38 +0000 (15:33 +0200)
commit887358f91a3c26f746d419fd6e22277b8f8e50cf
tree3e13406f068ba7ae811539988f9e05adbc91f41d
parent0e1847c4b1592fcb1e66f1e427105d2ff8781271
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.

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>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
arch/cris/mm/fault.c