]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
hexagon: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 Jan 2017 19:13:29 +0000 (14:13 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 Jan 2017 15:58:20 +0000 (10:58 -0500)
commit1e8fb9c3684e1315ae0458d606316438c73fe2f7
tree695c4f45140b7c38aaaafb16b71e9571c7e477cc
parenta75f3108f5181e30f45b5a443dd1a66bc80498be
hexagon: 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: Richard Kuo <rkuo@codeaurora.org>
Cc: linux-hexagon@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/hexagon/mm/vm_fault.c