Re: [PATCH] cris: migrate exception table users off module.h and onto extable.h

2017-01-25 Thread Jesper Nilsson
On Tue, Jan 24, 2017 at 12:31:49PM -0500, Paul Gortmaker wrote: > This file was 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 w

[PATCH] cris: migrate exception table users off module.h and onto extable.h

2017-01-24 Thread Paul Gortmaker
This file was 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 this file. Reported-by: kbuild test robo

Re: [PATCH] cris: migrate exception table users off module.h and onto extable.h

2016-09-23 Thread Jesper Nilsson
On Mon, Sep 19, 2016 at 05:56:54PM -0400, Paul Gortmaker wrote: > This file was 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 w

[PATCH] cris: migrate exception table users off module.h and onto extable.h

2016-09-19 Thread Paul Gortmaker
This file was 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 this file. Cc: Mikael Starvik Cc: Jespe