]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/arm64/mm/fault.c
arm64: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 19 Sep 2016 21:38:55 +0000 (17:38 -0400)
committerWill Deacon <will.deacon@arm.com>
Tue, 20 Sep 2016 08:36:21 +0000 (09:36 +0100)
commit0edfa8391664a4f795c67d0e07480fbe801a0e1d
tree15bb983602bfb15b91f12f346ca72ce814ca33db
parent85023b2e1325826edf5d226a9cb4d809ed1e2024
arm64: 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: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/probes/kprobes.c
arch/arm64/mm/extable.c
arch/arm64/mm/fault.c