aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5p/clock.c
diff options
context:
space:
mode:
authorThomas Abraham <thomas.ab@samsung.com>2010-05-14 16:27:28 +0900
committerBen Dooks <ben-linux@fluff.org>2010-05-19 18:22:47 +0900
commita443a6373d8527657cfde3d3c515d4a64532c585 (patch)
treed4c64220ba399d4dc98f9e8921385787968e3dc0 /arch/arm/plat-s5p/clock.c
parentARM: SAMSUNG: Copy common I2C0 device helpers to machine directories (diff)
downloadlinux-dev-a443a6373d8527657cfde3d3c515d4a64532c585.tar.xz
linux-dev-a443a6373d8527657cfde3d3c515d4a64532c585.zip
ARM: S5PC100: Pre-requisite clock patch for plat-s5pc1xx to plat-s5p move
This is a pre-requisite clock patch for the plat-s5pc1xx to plat-s5p movement. The patches that perform the movement of the code from plat-s5pc1xx to plat-s5p (and mach-s5pc100) should also enable the build for the mach-s5pc100/clock.c code. Signed-off-by: Thomas Abraham <thomas.ab@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5p/clock.c')
-rw-r--r--arch/arm/plat-s5p/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s5p/clock.c b/arch/arm/plat-s5p/clock.c
index a8bfabf4b6bc..24a931fd8d3b 100644
--- a/arch/arm/plat-s5p/clock.c
+++ b/arch/arm/plat-s5p/clock.c
@@ -38,7 +38,7 @@ struct clk clk_xusbxti = {
.id = -1,
};
-static struct clk s5p_clk_27m = {
+struct clk s5p_clk_27m = {
.name = "clk_27m",
.id = -1,
.rate = 27000000,