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:
5071a88
)
MIPS: ath79: use dynamically allocated watchdog device
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Dec 2012 14:38:25 +0000
(15:38 +0100)
committer
Wim Van Sebroeck
<wim@iguana.be>
Fri, 1 Mar 2013 11:22:29 +0000
(12:22 +0100)
Remove the static watchdog device variable and use
the 'platform_device_register_simple' helper to
allocate and register the device in one step.
This allows us to save a few bytes in the kernel image.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
No differences found