]> 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)
commit5dc2fd9357c0b7dc54c3fbdf30ca0e4497789a72
tree5532d78c4395bd757d9d35f0e7d6af21da27c651
parenta4f2277c6df45685f174bf2a0b30bc54b8d76390
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