summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorNicolas Ferre2008-11-20 15:59:12 +0100
committerHaavard Skinnemoen2009-01-05 16:35:31 +0100
commitc42aa775cc8a8ca558db0cc75979fb8e16667447 (patch)
tree9f340ed1edf38422a2de31c103bebcccae7a4739 /drivers/mmc
parentLinux 2.6.28 (diff)
downloadkernel-qcow2-linux-c42aa775cc8a8ca558db0cc75979fb8e16667447.tar.gz
kernel-qcow2-linux-c42aa775cc8a8ca558db0cc75979fb8e16667447.tar.xz
kernel-qcow2-linux-c42aa775cc8a8ca558db0cc75979fb8e16667447.zip
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')
-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 @@
#include <linux/stat.h>
#include <linux/mmc/host.h>
+#include <linux/atmel-mci.h>
-#include <asm/atmel-mci.h>
#include <asm/io.h>
#include <asm/unaligned.h>