From: Kukjin Kim Date: Wed, 29 Jul 2015 17:00:36 +0000 (+0900) Subject: ARM: SAMSUNG: local ata-core header in mach-s3c64xx X-Git-Tag: v4.3-rc1~123^2~10^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e979b1a9b47dbe56fa7543bde3dc093231c1eb6e;p=karo-tx-linux.git ARM: SAMSUNG: local ata-core header in mach-s3c64xx This patch moves ata-core header file into mach-s3c64xx. Because it is not used for others except mach-s3c64xx. Cc: Krzysztof Kozlowski Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/plat-samsung/include/plat/ata-core.h b/arch/arm/mach-s3c64xx/ata-core.h similarity index 92% rename from arch/arm/plat-samsung/include/plat/ata-core.h rename to arch/arm/mach-s3c64xx/ata-core.h index f5a4ec7141b1..5951f24a9ec8 100644 --- a/arch/arm/plat-samsung/include/plat/ata-core.h +++ b/arch/arm/mach-s3c64xx/ata-core.h @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-samsung/include/plat/ata-core.h - * +/* * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com * diff --git a/arch/arm/mach-s3c64xx/s3c6410.c b/arch/arm/mach-s3c64xx/s3c6410.c index b2a7930548d9..5081f08f56d3 100644 --- a/arch/arm/mach-s3c64xx/s3c6410.c +++ b/arch/arm/mach-s3c64xx/s3c6410.c @@ -41,11 +41,11 @@ #include #include #include -#include #include #include #include +#include "ata-core.h" #include "common.h" void __init s3c6410_map_io(void)