]> asedeno.scripts.mit.edu Git - linux.git/commit
microblaze: 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:19 +0000 (10:58 -0500)
commita75f3108f5181e30f45b5a443dd1a66bc80498be
tree0bf0f7c99e8dbfc2f2b502fd07c438131d2a0176
parent0f91f3f6fa5a5825cc3d058a99bf41e546e3d0df
microblaze: 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: Michal Simek <monstr@monstr.eu>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/microblaze/mm/fault.c