]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitab67344c345944f95b0aea9f2eb984544c592417
tree5532d78c4395bd757d9d35f0e7d6af21da27c651
parent465d54c334eb2249c3dde733f1b0d01221df9f71
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