summaryrefslogtreecommitdiffstats
path: root/drivers/mci/atmel_mci.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-09-22 19:02:57 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-22 19:03:05 +0200
commit3ee7877a489be6e5b74b7deba91f2eecddba4e06 (patch)
treeca714429de18eb01c939705958c6f41409f8e1dd /drivers/mci/atmel_mci.c
parent0972e837c3631c4fbbf16080c76ebad0c94086d7 (diff)
downloadbarebox-3ee7877a489be6e5b74b7deba91f2eecddba4e06.tar.gz
barebox-3ee7877a489be6e5b74b7deba91f2eecddba4e06.tar.xz
introduce io.h
To allow for some generic io accessors introduce io.h and use this instead of asm/io.h throughout the tree. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/atmel_mci.c')
-rw-r--r--drivers/mci/atmel_mci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mci/atmel_mci.c b/drivers/mci/atmel_mci.c
index 7af153aa2f..4a29cad18f 100644
--- a/drivers/mci/atmel_mci.c
+++ b/drivers/mci/atmel_mci.c
@@ -20,7 +20,7 @@
#include <errno.h>
#include <clock.h>
#include <gpio.h>
-#include <asm/io.h>
+#include <io.h>
#include <mach/board.h>
#include <linux/clk.h>
#include <linux/err.h>