]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: SAMSUNG: local spi-core header in mach-s3c24xx
authorKukjin Kim <kgene@kernel.org>
Wed, 29 Jul 2015 17:00:35 +0000 (02:00 +0900)
committerKukjin Kim <kgene@kernel.org>
Wed, 29 Jul 2015 17:00:35 +0000 (02:00 +0900)
This patch moves spi-core header file into mach-s3c24xx.
Because it is not used for others except mach-s3c24xx.

Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/mach-s3c24xx/s3c2416.c
arch/arm/mach-s3c24xx/s3c2443.c
arch/arm/mach-s3c24xx/spi-core.h [moved from arch/arm/plat-samsung/include/plat/spi-core.h with 100% similarity]

index 2469b271812949141d2ae36f516fe91c8597bee7..621b8648a7efffd108064cfd781a4a68cdf86ceb 100644 (file)
 
 #include <plat/iic-core.h>
 #include <plat/adc-core.h>
-#include <plat/spi-core.h>
 
 #include "common.h"
 #include "fb-core.h"
 #include "nand-core.h"
+#include "spi-core.h"
 
 static struct map_desc s3c2416_iodesc[] __initdata = {
        IODESC_ENT(WATCHDOG),
index 5269d08494dabe4b264054e44302fbfb611115d1..b559d378cf4325eef7e120b4b626bf06275d3e74 100644 (file)
 #include <plat/devs.h>
 #include <plat/cpu.h>
 #include <plat/adc-core.h>
-#include <plat/spi-core.h>
 
 #include "fb-core.h"
 #include "nand-core.h"
+#include "spi-core.h"
 
 static struct map_desc s3c2443_iodesc[] __initdata = {
        IODESC_ENT(WATCHDOG),