powerpc: booke_wdt: Fix build error as a module
authorPranith Kumar <bobby.prani@gmail.com>
Wed, 20 Aug 2014 19:26:46 +0000 (15:26 -0400)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 20 Oct 2014 18:44:22 +0000 (20:44 +0200)
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.prani@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

No differences found