diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2016-07-23 21:01:45 +0300 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2017-01-24 20:41:47 +0300 |
commit | d92280d1328fe1e32a1c806c145427a2582c8fce (patch) | |
tree | f8af8f45fd3a4fcbd6d42942e3fa9bac582e7a7e /arch/frv | |
parent | 6cc306ea5cda3bf75c590140703c792a7cfe1be6 (diff) | |
download | linux-d92280d1328fe1e32a1c806c145427a2582c8fce.tar.xz |
sh: 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.
One uses "print_modules" so that prevents us removing module.h in
that case, however.
We also delete a duplicate prototype that doesn't need to exist, as
it duplicates content in extable.h
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/frv')
0 files changed, 0 insertions, 0 deletions