git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fca8c04
)
powerpc: booke_wdt: Fix build error as a module
author
Pranith Kumar
<bobby.prani@gmail.com>
Wed, 20 Aug 2014 19:26:46 +0000
(15:26 -0400)
committer
Wim Van Sebroeck
<wim@iguana.be>
Mon, 20 Oct 2014 18:44:22 +0000
(20:44 +0200)
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>
No differences found