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)
commit62ce25439a7ea01eba5c2a6a8284e4aa23890042
treebcf5c408575875f39bfd73d1ba1b86f84a43debe
parentfca8c0481bc8d751479ca13f454e89a7fdfece03
powerpc: booke_wdt: Fix build error as a module

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>
drivers/watchdog/booke_wdt.c