commit | 62ce25439a7ea01eba5c2a6a8284e4aa23890042 | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Wed Aug 20 15:26:46 2014 -0400 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Oct 20 20:44:22 2014 +0200 |
tree | bcf5c408575875f39bfd73d1ba1b86f84a43debe | |
parent | fca8c0481bc8d751479ca13f454e89a7fdfece03 [diff] |
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>