Re: [PATCH v2] powerpc: booke_wdt: Fix build error as a module

2014-08-20 Thread Guenter Roeck
On Wed, Aug 20, 2014 at 03:26:46PM -0400, Pranith Kumar wrote: > Building booke_wdt fails when trying to build as a module as there is no > early_param() in module. Fix by using module_param() instead of early_param(). > > Signed-off-by: Pranith Kumar > CC: Guenter Roeck Reviewed-by: Guenter

Re: [PATCH v2] powerpc: booke_wdt: Fix build error as a module

2014-08-20 Thread Pranith Kumar
On Wed, Aug 20, 2014 at 4:10 PM, Guenter Roeck wrote: > On Wed, Aug 20, 2014 at 03:26:46PM -0400, Pranith Kumar wrote: >> Building booke_wdt fails when trying to build as a module as there is no >> early_param() in module. Fix by using module_param() instead of >> early_param(). >> >>

Re: [PATCH v2] powerpc: booke_wdt: Fix build error as a module

2014-08-20 Thread Guenter Roeck
On Wed, Aug 20, 2014 at 03:26:46PM -0400, Pranith Kumar wrote: > Building booke_wdt fails when trying to build as a module as there is no > early_param() in module. Fix by using module_param() instead of early_param(). > > Signed-off-by: Pranith Kumar > CC: Guenter Roeck Looks good as far as I

[PATCH v2] powerpc: booke_wdt: Fix build error as a module

2014-08-20 Thread Pranith Kumar
Building booke_wdt fails when trying to build as a module as there is no early_param() in module. Fix by using module_param() instead of early_param(). Signed-off-by: Pranith Kumar CC: Guenter Roeck --- drivers/watchdog/booke_wdt.c | 28 +--- 1 file changed, 5

[PATCH v2] powerpc: booke_wdt: Fix build error as a module

2014-08-20 Thread Pranith Kumar
Building booke_wdt fails when trying to build as a module as there is no early_param() in module. Fix by using module_param() instead of early_param(). Signed-off-by: Pranith Kumar bobby.pr...@gmail.com CC: Guenter Roeck li...@roeck-us.net --- drivers/watchdog/booke_wdt.c | 28

Re: [PATCH v2] powerpc: booke_wdt: Fix build error as a module

2014-08-20 Thread Guenter Roeck
On Wed, Aug 20, 2014 at 03:26:46PM -0400, Pranith Kumar wrote: Building booke_wdt fails when trying to build as a module as there is no early_param() in module. Fix by using module_param() instead of early_param(). Signed-off-by: Pranith Kumar bobby.pr...@gmail.com CC: Guenter Roeck

Re: [PATCH v2] powerpc: booke_wdt: Fix build error as a module

2014-08-20 Thread Pranith Kumar
On Wed, Aug 20, 2014 at 4:10 PM, Guenter Roeck li...@roeck-us.net wrote: On Wed, Aug 20, 2014 at 03:26:46PM -0400, Pranith Kumar wrote: Building booke_wdt fails when trying to build as a module as there is no early_param() in module. Fix by using module_param() instead of early_param().

Re: [PATCH v2] powerpc: booke_wdt: Fix build error as a module

2014-08-20 Thread Guenter Roeck
On Wed, Aug 20, 2014 at 03:26:46PM -0400, Pranith Kumar wrote: Building booke_wdt fails when trying to build as a module as there is no early_param() in module. Fix by using module_param() instead of early_param(). Signed-off-by: Pranith Kumar bobby.pr...@gmail.com CC: Guenter Roeck