summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-06-23 16:17:14 +0200
committerJuergen Beisert <j.beisert@pengutronix.de>2009-07-01 14:35:35 +0200
commitcd175ec7d243c2e46cf12a35ecf86b7392bce9ed (patch)
tree20141f1ed001d4170b3560771a4c896ad8cf772e /include
parent2148865ac947aedf8260b0f33dab2c828422366d (diff)
downloadbarebox-cd175ec7d243c2e46cf12a35ecf86b7392bce9ed.tar.gz
barebox-cd175ec7d243c2e46cf12a35ecf86b7392bce9ed.tar.xz
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 <j.beisert@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-omap/control.h2
1 files changed, 1 insertions, 1 deletions
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