浏览代码

ARM: S5PV210: move <mach/regs-clock.h> into mach-s5pv210/

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>
Kukjin Kim 11 年之前
父节点
当前提交
9740bdd985
共有 3 个文件被更改,包括 3 次插入5 次删除
  1. 1 2
      arch/arm/mach-s5pv210/pm.c
  2. 1 2
      arch/arm/mach-s5pv210/regs-clock.h
  3. 1 1
      arch/arm/mach-s5pv210/s5pv210.c

+ 1 - 2
arch/arm/mach-s5pv210/pm.c

@@ -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 */

+ 1 - 2
arch/arm/mach-s5pv210/include/mach/regs-clock.h → arch/arm/mach-s5pv210/regs-clock.h

@@ -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/
  *

+ 1 - 1
arch/arm/mach-s5pv210/s5pv210.c

@@ -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)