From: Pranith Kumar Date: Wed, 20 Aug 2014 19:26:46 +0000 (-0400) Subject: powerpc: booke_wdt: Fix build error as a module X-Git-Tag: fixes-against-v3.18-rc2~22^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ce25439a7ea01eba5c2a6a8284e4aa23890042;p=pandora-kernel.git 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 Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed