summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorRussell King2008-08-07 10:55:16 +0200
committerRussell King2008-08-07 10:55:16 +0200
commita1b81a84fff05dbfef45b7012c26e1fee9973e5d (patch)
tree3d053e76542ad4d20bd83ad35c13eabff97003ab /drivers/mmc/host
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes (diff)
parentavr32: Use <mach/foo.h> instead of <asm/arch/foo.h> (diff)
downloadkernel-qcow2-linux-a1b81a84fff05dbfef45b7012c26e1fee9973e5d.tar.gz
kernel-qcow2-linux-a1b81a84fff05dbfef45b7012c26e1fee9973e5d.tar.xz
kernel-qcow2-linux-a1b81a84fff05dbfef45b7012c26e1fee9973e5d.zip
Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
Diffstat (limited to 'drivers/mmc/host')
-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 992b4beb757c..0bd06f5bd62f 100644
--- a/drivers/mmc/host/atmel-mci.c
+++ b/drivers/mmc/host/atmel-mci.c
@@ -28,7 +28,7 @@
#include <asm/io.h>
#include <asm/unaligned.h>
-#include <asm/arch/board.h>
+#include <mach/board.h>
#include "atmel-mci-regs.h"