Browse Source

[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 <ben-linux@fluff.org>
Ben Dooks 17 years ago
parent
commit
e3bd9ec5d8
2 changed files with 1 additions and 1 deletions
  1. 0 0
      arch/arm/plat-s3c24xx/include/plat/mci.h
  2. 1 1
      drivers/mmc/host/s3cmci.c

+ 0 - 0
include/asm-arm/plat-s3c24xx/mci.h → arch/arm/plat-s3c24xx/include/plat/mci.h


+ 1 - 1
drivers/mmc/host/s3cmci.c

@@ -25,7 +25,7 @@
 #include <mach/regs-sdi.h>
 #include <mach/regs-gpio.h>
 
-#include <asm/plat-s3c24xx/mci.h>
+#include <plat/mci.h>
 
 #include "s3cmci.h"