]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1089b5991655c0531e324eec5fd95de015d4cfa
tree4c1b0e7e6741f080c590bf7754b40e99f8afbed7
parent0031b04c65665a35055fa983e2efb79d7f23ba32
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