diff options
author | Jonas Bonn <jonas.bonn@gmail.com> | 2008-11-19 17:11:03 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:03 +0000 |
commit | d0c8d0171cd643228939d0d1466f226b20ae3eb8 (patch) | |
tree | 5a94d5c50d8268fba09da04bd93c512242a5127d /drivers/mmc | |
parent | 15038fb570748ce2fb9ce31200b1f075774a7f4d (diff) |
Move asm/arch/mci.h to mach/mci.h
Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/s3cmci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 41511731854..d12764dfab9 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -34,7 +34,7 @@ #include <asm/io.h> #include <asm/arch/regs-sdi.h> #include <mach/regs-gpio.h> -#include <asm/arch/mci.h> +#include <mach/mci.h> #include <mach/dma.h> #include "s3cmci.h" |