From: Felipe Balbi <[EMAIL PROTECTED]>

Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]>
---
 arch/arm/plat-omap/common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-omap/common.c b/arch/arm/plat-omap/common.c
index 8c53125..3086705 100644
--- a/arch/arm/plat-omap/common.c
+++ b/arch/arm/plat-omap/common.c
@@ -207,7 +207,7 @@ console_initcall(omap_add_serial_console);
 
 static cycle_t omap_32k_read(void)
 {
-       return omap_readl(TIMER_32K_SYNCHRONIZED);
+       return __raw_readl(TIMER_32K_SYNCHRONIZED);
 }
 
 static struct clocksource clocksource_32k = {
-- 
1.6.0.2.307.gc427

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to