ARM: 7248/1: S5PV210: introduce arch/arm/mach-s5pv210/common.[ch]
authorKukjin Kim <kgene.kim@samsung.com>
Thu, 22 Dec 2011 22:32:07 +0000 (23:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 23 Dec 2011 19:11:28 +0000 (19:11 +0000)
commit3fa754c298b7e6fcbdbe615d6b609117fa7e0de9
treeaebfe49d8b77a839f73c7c32e69e364a28103513
parentdd4153d9af67496f6545831e72c743060d33a830
ARM: 7248/1: S5PV210: introduce arch/arm/mach-s5pv210/common.[ch]

This patch introduces common.[ch] which are used only in the
arch/arm/mach-s5pv210/ directory. The common.c file merges
the cpu.c and init.c which are used commonly on S5PCV210/S5PC100
SoC and the common.h local header file replaces with plat/s5pv210.h
file.

Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12 files changed:
arch/arm/mach-s5pv210/Makefile
arch/arm/mach-s5pv210/clock.c
arch/arm/mach-s5pv210/common.c [moved from arch/arm/mach-s5pv210/cpu.c with 68% similarity]
arch/arm/mach-s5pv210/common.h [new file with mode: 0644]
arch/arm/mach-s5pv210/init.c [deleted file]
arch/arm/mach-s5pv210/mach-aquila.c
arch/arm/mach-s5pv210/mach-goni.c
arch/arm/mach-s5pv210/mach-smdkc110.c
arch/arm/mach-s5pv210/mach-smdkv210.c
arch/arm/mach-s5pv210/mach-torbreck.c
arch/arm/plat-s5p/cpu.c
arch/arm/plat-samsung/include/plat/s5pv210.h [deleted file]