]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[WATCHDOG] mv64x60_wdt: Get register address from platform data
authorDale Farnsworth <dale@farnsworth.org>
Tue, 24 Jul 2007 18:09:18 +0000 (11:09 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 24 Jul 2007 21:15:58 +0000 (21:15 +0000)
commit8a5cfa648347ab04e63a7f5e3699768d1f9bf00d
treebd9a7457e23239bc8a755d35dc3aa793dd1f650c
parent422db8d229affd429b5a7389600877aa7dea2704
[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 <dale@farnsworth.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/char/watchdog/mv64x60_wdt.c