diff options
author | Paul Gortmaker <[email protected]> | 2016-07-23 14:01:45 -0400 |
---|---|---|
committer | Paul Gortmaker <[email protected]> | 2017-01-24 12:41:47 -0500 |
commit | d92280d1328fe1e32a1c806c145427a2582c8fce (patch) | |
tree | f8af8f45fd3a4fcbd6d42942e3fa9bac582e7a7e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 6cc306ea5cda3bf75c590140703c792a7cfe1be6 (diff) |
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 <[email protected]>
Cc: Rich Felker <[email protected]>
Cc: [email protected]
Signed-off-by: Paul Gortmaker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions