]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/xtensa/mm/fault.c
xtensa: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 23 Jul 2016 18:01:45 +0000 (14:01 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 24 Jan 2017 17:41:46 +0000 (12:41 -0500)
commit6cc306ea5cda3bf75c590140703c792a7cfe1be6
tree7332ae62bea31ae65491bba232496675947c01d2
parent8ac449e44b7320d6922ebc95471e12aa5a0f5b37
xtensa: 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: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Cc: linux-xtensa@linux-xtensa.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/xtensa/mm/fault.c