OSDN Git Service

tile: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 19 Sep 2016 21:34:39 +0000 (17:34 -0400)
committerChris Metcalf <cmetcalf@mellanox.com>
Fri, 16 Dec 2016 20:32:29 +0000 (15:32 -0500)
commit18bfd3e6ab69cc4c8a11e4fc4acc121050db9b6e
tree4c1b0e7e6741f080c590bf7754b40e99f8afbed7
parent870ee4ff5647dbf024f99ba5e56d0f3c344f1511
tile: 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: Chris Metcalf <cmetcalf@mellanox.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
arch/tile/kernel/unaligned.c
arch/tile/mm/extable.c
arch/tile/mm/fault.c