sparc: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 19 Sep 2016 21:36:29 +0000 (17:36 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Oct 2016 05:42:30 +0000 (01:42 -0400)
commitcdd4f4c71047cdd28c13891e6e217765ea1c1bdc
tree5532d78c4395bd757d9d35f0e7d6af21da27c651
parentc8d2bc9bc39ebea8437fd974fdbc21847bb897a3
sparc: 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: "David S. Miller" <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/kprobes.c
arch/sparc/kernel/traps_64.c
arch/sparc/kernel/unaligned_64.c
arch/sparc/mm/fault_64.c
arch/sparc/mm/init_64.c