aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2008-11-20 09:59:12 -0500
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2009-01-05 10:35:31 -0500
commitc42aa775cc8a8ca558db0cc75979fb8e16667447 (patch)
tree9f340ed1edf38422a2de31c103bebcccae7a4739 /drivers/mmc/host/atmel-mci.c
parent4a6908a3a050aacc9c3a2f36b276b46c0629ad91 (diff)
atmel-mci: move atmel-mci.h file to include/linux
Needed to use the atmel-mci driver in an architecture independant maner. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'drivers/mmc/host/atmel-mci.c')
-rw-r--r--drivers/mmc/host/atmel-mci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
index 7a3f2436b011..1e97916914ad 100644
--- a/drivers/mmc/host/atmel-mci.c
+++ b/drivers/mmc/host/atmel-mci.c
@@ -25,8 +25,8 @@
25#include <linux/stat.h> 25#include <linux/stat.h>
26 26
27#include <linux/mmc/host.h> 27#include <linux/mmc/host.h>
28#include <linux/atmel-mci.h>
28 29
29#include <asm/atmel-mci.h>
30#include <asm/io.h> 30#include <asm/io.h>
31#include <asm/unaligned.h> 31#include <asm/unaligned.h>
32 32