diff options
author | Jonas Bonn <jonas.bonn@gmail.com> | 2008-11-19 17:11:02 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:02 +0000 |
commit | 6b3cc5cb7383130c06d957fb01d695ff14072024 (patch) | |
tree | c814e6dee8893a4d905354af907f6815dd7d94c6 | |
parent | bc36163fe957c334c87b3c8ad0816ee9417531d2 (diff) |
[ARM]: Build fix after file move
After the big include file move these paths ended up incorrect. Fix
these so that this builds cleanly again.
Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
-rw-r--r-- | drivers/mmc/host/s3cmci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 6dc6e3926ff..41511731854 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -33,9 +33,9 @@ #include <asm/io.h> #include <asm/arch/regs-sdi.h> -#include <asm/arch/regs-gpio.h> +#include <mach/regs-gpio.h> #include <asm/arch/mci.h> -#include <asm/arch/dma.h> +#include <mach/dma.h> #include "s3cmci.h" |