From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: [rft/rfc/patch-2.6.28-rc3+ 05/59] omap: namespace cleanup to arch/arm/mach-omap1/board-palmtt.c Date: Wed, 12 Nov 2008 00:56:24 +0200 Message-ID: <1226444238-14614-6-git-send-email-me@felipebalbi.com> References: <1226444238-14614-1-git-send-email-me@felipebalbi.com> <1226444238-14614-2-git-send-email-me@felipebalbi.com> <1226444238-14614-3-git-send-email-me@felipebalbi.com> <1226444238-14614-4-git-send-email-me@felipebalbi.com> <1226444238-14614-5-git-send-email-me@felipebalbi.com> Return-path: Received: from ns1.siteground211.com ([209.62.36.12]:56918 "EHLO serv01.siteground211.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984AbYKKW6O (ORCPT ); Tue, 11 Nov 2008 17:58:14 -0500 In-Reply-To: <1226444238-14614-5-git-send-email-me@felipebalbi.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap@vger.kernel.org Cc: Tony Lindgren , Felipe Balbi From: Felipe Balbi Signed-off-by: Felipe Balbi --- arch/arm/mach-omap1/board-palmtt.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index 40f9860..8e39d9a 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c @@ -320,10 +320,10 @@ static struct omap_board_config_kernel palmtt_config[] __initdata = { 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