Преглед изворни кода

[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 пре 16 година
родитељ
комит
e3bd9ec5d8
2 измењених фајлова са 1 додато и 1 уклоњено
  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"