Re: core: migrate exception table users off module.h and onto extable.h

2017-02-08 Thread Jessica Yu
+++ Paul Gortmaker [22/01/17 11:32 -0500]: These files were 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 where possible, avoid all the extra header content in module.h that we don't reall

[PATCH 19/20] core: migrate exception table users off module.h and onto extable.h

2017-01-22 Thread Paul Gortmaker
These files were 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 where possible, avoid all the extra header content in module.h that we don't really need to compile these non-modular files. N

[PATCH 09/10] core: migrate exception table users off module.h and onto extable.h

2017-01-09 Thread Paul Gortmaker
These files were 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 where possible, avoid all the extra header content in module.h that we don't really need to compile these non-modular files. N

[PATCH 13/14] core: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
These files were 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 where possible, avoid all the extra header content in module.h that we don't really need to compile these non-modular files. N