From: Ben Dooks Date: Thu, 30 Oct 2008 10:14:39 +0000 (+0000) Subject: [ARM] S3C24XX: Move mci.h to arch/arm/plat-s3c24xx/include/plat X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e3bd9ec5d8bfc90f9e1bd995677829e57a404061;p=linux-beck.git [ARM] S3C24XX: Move mci.h to arch/arm/plat-s3c24xx/include/plat Move mci.h to new position in arch/arm/plat-s3c24xx/include/plat ready to clean out old include directories. Signed-off-by: Ben Dooks --- diff --git a/include/asm-arm/plat-s3c24xx/mci.h b/arch/arm/plat-s3c24xx/include/plat/mci.h similarity index 100% rename from include/asm-arm/plat-s3c24xx/mci.h rename to arch/arm/plat-s3c24xx/include/plat/mci.h diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 3b2085b57769..fcc98a4cce3c 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -25,7 +25,7 @@ #include #include -#include +#include #include "s3cmci.h"