From cd175ec7d243c2e46cf12a35ecf86b7392bce9ed Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Tue, 23 Jun 2009 16:17:14 +0200 Subject: Remove all ARM __raw_* functions. They are mixed all over the place. This clean up all ARM architectures to use only one set of io functions. Signed-off-by: Juergen Beisert --- include/asm-arm/arch-omap/control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/asm-arm/arch-omap/control.h b/include/asm-arm/arch-omap/control.h index c1586cfda7..8301ead5f0 100644 --- a/include/asm-arm/arch-omap/control.h +++ b/include/asm-arm/arch-omap/control.h @@ -87,7 +87,7 @@ /** Provide the Regoffset, Value */ #define MUX_VAL(OFFSET,VALUE)\ - __raw_writew((VALUE), OMAP_CTRL_BASE + (OFFSET)) + writew((VALUE), OMAP_CTRL_BASE + (OFFSET)) /** * macro for Padconfig Registers @see -- cgit v1.2.3