After the big include file move these paths ended up incorrect. Fix these so that this builds cleanly again.
Signed-off-by: Jonas Bonn <[EMAIL PROTECTED]> --- 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 c220af4..c62db87 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -29,9 +29,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" -- 1.5.6.3
