]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: S5PV210: move <mach/regs-clock.h> into mach-s5pv210/
authorKukjin Kim <kgene.kim@samsung.com>
Thu, 31 Jul 2014 18:22:04 +0000 (03:22 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 18 Aug 2014 14:04:06 +0000 (09:04 -0500)
This moves <mach/regs-clock.h> into mach-s5pv210 so no more
include/mach/ under mach-s5pv210.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Tomasz Figa <t.figa@samsung.com>
arch/arm/mach-s5pv210/pm.c
arch/arm/mach-s5pv210/regs-clock.h [moved from arch/arm/mach-s5pv210/include/mach/regs-clock.h with 99% similarity]
arch/arm/mach-s5pv210/s5pv210.c

index 123163dd2ab0b394c100eda6c828cf644fb3e495..21b4b13c5ab787f0707c00c5125b285f73dcdd60 100644 (file)
@@ -24,9 +24,8 @@
 
 #include <plat/pm-common.h>
 
-#include <mach/regs-clock.h>
-
 #include "common.h"
+#include "regs-clock.h"
 
 static struct sleep_save s5pv210_core_save[] = {
        /* Clock ETC */
similarity index 99%
rename from arch/arm/mach-s5pv210/include/mach/regs-clock.h
rename to arch/arm/mach-s5pv210/regs-clock.h
index b14ffcd7f6ccbcc523b4f0cf4db47ebe30305b5e..4640f0f03c12ccaaf01b8fb5f72690a6f0eb01a9 100644 (file)
@@ -1,5 +1,4 @@
-/* linux/arch/arm/mach-s5pv210/include/mach/regs-clock.h
- *
+/*
  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
  *             http://www.samsung.com/
  *
index 53feff33d12992b745db2bbdf6fcfbf3f115069d..43eb1eaea0c927f8e24e94f27831d92931172ab1 100644 (file)
@@ -18,9 +18,9 @@
 #include <asm/system_misc.h>
 
 #include <plat/map-base.h>
-#include <mach/regs-clock.h>
 
 #include "common.h"
+#include "regs-clock.h"
 
 static int __init s5pv210_fdt_map_sys(unsigned long node, const char *uname,
                                        int depth, void *data)