]> 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)
commit2864aeb3abe3ab4f5ffc4c43cbfd9d569f694c6b
treebcf5c408575875f39bfd73d1ba1b86f84a43debe
parentcdbfdfcaf904e85c68e1d3e135a575e1dbd2513d
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