summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/suspend.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene@kernel.org>2015-07-30 02:00:35 +0900
committerKukjin Kim <kgene@kernel.org>2015-07-30 02:00:35 +0900
commit8ace438f4c0f471e2277b9d3adb017599e2c8e5b (patch)
treea012528c56bc1c91a28685dc16cd4e302bcacc05 /arch/arm/mach-exynos/suspend.c
parentb93b315d444faa1505b6a5e001c30f3024849e46 (diff)
ARM: SAMSUNG: local regs-srom header in mach-exynos
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>
Diffstat (limited to 'arch/arm/mach-exynos/suspend.c')
-rw-r--r--arch/arm/mach-exynos/suspend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/suspend.c b/arch/arm/mach-exynos/suspend.c
index c506f8e9c3e5..e00eb39453a4 100644
--- a/arch/arm/mach-exynos/suspend.c
+++ b/arch/arm/mach-exynos/suspend.c
@@ -32,11 +32,11 @@
#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)