From: Dale Farnsworth Date: Tue, 24 Jul 2007 18:07:38 +0000 (-0700) Subject: [WATCHDOG] mv64x60_wdt: set up platform_device in platform code X-Git-Tag: v2.6.23-rc2~29^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=422db8d229affd429b5a7389600877aa7dea2704;p=pandora-kernel.git [WATCHDOG] mv64x60_wdt: set up platform_device in platform code The driver previously registered its platform device data in its own init function--that's bogus. Move that code to platform-specific code in arch/ppc. This is being done so that the platform code can decide at runtime whether to initialize this driver or not. Signed-off-by: Dale Farnsworth Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed