]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit580700f1849a207fbbced2e24d381d1756401e45
treebcf5c408575875f39bfd73d1ba1b86f84a43debe
parentc03b6b833c7d76b8a793f1a85125fed164b1b502
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