From: Dale Farnsworth Date: Tue, 24 Jul 2007 18:09:18 +0000 (-0700) Subject: [WATCHDOG] mv64x60_wdt: Get register address from platform data X-Git-Tag: v2.6.23-rc2~29^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5cfa648347ab04e63a7f5e3699768d1f9bf00d;p=pandora-kernel.git [WATCHDOG] mv64x60_wdt: Get register address from platform data Previously, the address of the watchdog timer registers was retrieved by calling a global function, mv64x60_get_bridge_vbase(). That function doesn't exist in arch/powerpc. Instead, we now get the register address from a platform data resource and ioremap the registers within the driver. Signed-off-by: Dale Farnsworth Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed