From: Felipe Balbi <felipe.balbi@xxxxxxxxx> Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> --- arch/arm/mach-omap1/board-palmz71.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index e8116c5..599ee07 100644 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c @@ -300,10 +300,10 @@ static void __init omap_mpu_wdt_mode(int mode) { if (mode) - omap_writew(0x8000, OMAP_WDT_TIMER_MODE); + __raw_writew(0x8000, OMAP_WDT_TIMER_MODE); else { - omap_writew(0x00f5, OMAP_WDT_TIMER_MODE); - omap_writew(0x00a0, OMAP_WDT_TIMER_MODE); + __raw_writew(0x00f5, OMAP_WDT_TIMER_MODE); + __raw_writew(0x00a0, OMAP_WDT_TIMER_MODE); } } -- 1.6.0.2.307.gc427 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html