Re: [PATCH 31/73] module: relocate module_init from init.h to module.h

2014-01-21 Thread Paul Gortmaker
On Tue, Jan 21, 2014 at 7:16 PM, Rusty Russell wrote: > Paul Gortmaker writes: >> Modular users will always be users of init functionality, but >> users of init functionality are not necessarily always modules. >> >> Hence any functionality like module_init and module_exit would >> be more at hom

Re: [PATCH 31/73] module: relocate module_init from init.h to module.h

2014-01-21 Thread Randy Dunlap
On 01/21/2014 04:16 PM, Rusty Russell wrote: > Paul Gortmaker writes: >> Modular users will always be users of init functionality, but >> users of init functionality are not necessarily always modules. >> >> Hence any functionality like module_init and module_exit would >> be more at home in the m

Re: [PATCH 31/73] module: relocate module_init from init.h to module.h

2014-01-21 Thread Rusty Russell
Paul Gortmaker writes: > Modular users will always be users of init functionality, but > users of init functionality are not necessarily always modules. > > Hence any functionality like module_init and module_exit would > be more at home in the module.h file. And module.h should > explicitly incl