Browse Source

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>
Kukjin Kim 10 years ago
parent
commit
8ace438f4c
2 changed files with 3 additions and 4 deletions
  1. 1 2
      arch/arm/mach-exynos/regs-srom.h
  2. 2 2
      arch/arm/mach-exynos/suspend.c

+ 1 - 2
arch/arm/plat-samsung/include/plat/regs-srom.h → arch/arm/mach-exynos/regs-srom.h

@@ -1,5 +1,4 @@
-/* linux/arch/arm/plat-samsung/include/plat/regs-srom.h
- *
+/*
  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
  *		http://www.samsung.com
  *		http://www.samsung.com
  *
  *

+ 2 - 2
arch/arm/mach-exynos/suspend.c

@@ -32,11 +32,11 @@
 #include <asm/suspend.h>
 #include <asm/suspend.h>
 
 
 #include <plat/pm-common.h>
 #include <plat/pm-common.h>
-#include <plat/regs-srom.h>
 
 
 #include "common.h"
 #include "common.h"
-#include "regs-pmu.h"
 #include "exynos-pmu.h"
 #include "exynos-pmu.h"
+#include "regs-pmu.h"
+#include "regs-srom.h"
 
 
 #define REG_TABLE_END (-1U)
 #define REG_TABLE_END (-1U)