]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: SAMSUNG: local regs-srom header in mach-exynos
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 regs-srom header file into mach-exynos.
Because it is not used for others except mach-exynos.

Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/mach-exynos/regs-srom.h [moved from arch/arm/plat-samsung/include/plat/regs-srom.h with 96% similarity]
arch/arm/mach-exynos/suspend.c

similarity index 96%
rename from arch/arm/plat-samsung/include/plat/regs-srom.h
rename to arch/arm/mach-exynos/regs-srom.h
index 9b6729c81cda8731d5845f8a347aacd367527f5c..5c4d4427db7b1d93e6b676c46b17aab13f517e5a 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/arch/arm/plat-samsung/include/plat/regs-srom.h
- *
+/*
  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
  *             http://www.samsung.com
  *
index c506f8e9c3e5167545979423c17f769a753a8345..e00eb39453a41ff3cf0090a6db53ee80a2afc7dc 100644 (file)
 #include <asm/suspend.h>
 
 #include <plat/pm-common.h>
-#include <plat/regs-srom.h>
 
 #include "common.h"
-#include "regs-pmu.h"
 #include "exynos-pmu.h"
+#include "regs-pmu.h"
+#include "regs-srom.h"
 
 #define REG_TABLE_END (-1U)