commit | 0ea9365a51f9993d4b62fe10e523988d3feb4ad7 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Sat Jul 23 14:01:45 2016 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue Jan 24 12:41:46 2017 -0500 |
tree | 67d62660b37b0d1da32ac02dce8ade9baa8d2f1b | |
parent | ae26cdae4f00995d01291a9829f57d205a04b6b7 [diff] |
arm: 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: Russell King <linux@armlinux.org.uk> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>