From: Gabor Juhos Date: Thu, 27 Dec 2012 14:38:25 +0000 (+0100) Subject: MIPS: ath79: use dynamically allocated watchdog device X-Git-Tag: v3.9-rc1~11^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f2ad9ed7c6fecb008372e8a709595a2a21059aa;p=pandora-kernel.git MIPS: ath79: use dynamically allocated watchdog device 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 Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed