Re: [PATCH 06/15] alpha: don't use module_init for non-modular core code

2015-05-29 Thread Paul Gortmaker
On 2015-05-29 01:51 AM, Matt Turner wrote: On Thu, May 28, 2015 at 5:48 PM, Paul Gortmaker wrote: The srm console is always built in. It will never be modular, so using module_init as an alias for __initcall is rather misleading. Fix this up now, so that we can relocate module_init from init.

Re: [PATCH 06/15] alpha: don't use module_init for non-modular core code

2015-05-28 Thread Matt Turner
On Thu, May 28, 2015 at 5:48 PM, Paul Gortmaker wrote: > The srm console is always built in. It will never be modular, > so using module_init as an alias for __initcall is rather > misleading. > > Fix this up now, so that we can relocate module_init from > init.h into module.h in the future. If

[PATCH 06/15] alpha: don't use module_init for non-modular core code

2015-05-28 Thread Paul Gortmaker
The srm console is always built in. It will never be modular, so using module_init as an alias for __initcall is rather misleading. Fix this up now, so that we can relocate module_init from init.h into module.h in the future. If we don't do this, we'd have to add module.h to obviously non-modula