]> 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)
commit64bf6221d070a6612104b8b8c34e6ba5a1f91f44
tree4c1b0e7e6741f080c590bf7754b40e99f8afbed7
parentdc94aa7c15247f323522cec063df54ad9f8631bf
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