summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-s5pc1xx/clk.h
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2010-08-19 20:41:50 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2010-08-23 15:34:25 +0900
commit37168dab52bf8419a2fd91d2c098aed5c675ae50 (patch)
treef443dfeb9660ae669fd394d5ac850497c5bcc0de /arch/arm/include/asm/arch-s5pc1xx/clk.h
parent852bd07c80b27f330da8da367989bcd8121569a7 (diff)
downloadtalos-obmc-uboot-37168dab52bf8419a2fd91d2c098aed5c675ae50.tar.gz
talos-obmc-uboot-37168dab52bf8419a2fd91d2c098aed5c675ae50.zip
ARMV7: S5P: rename from s5pc1xx to s5p
Because of these are common files around s5p Socs, rename from s5pc1xx to s5p. And getting cpu_id is SoC specific, so move to SoC's header file. Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-s5pc1xx/clk.h')
-rw-r--r--arch/arm/include/asm/arch-s5pc1xx/clk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-s5pc1xx/clk.h b/arch/arm/include/asm/arch-s5pc1xx/clk.h
index 3e59abe78c..c25e17abd7 100644
--- a/arch/arm/include/asm/arch-s5pc1xx/clk.h
+++ b/arch/arm/include/asm/arch-s5pc1xx/clk.h
@@ -29,7 +29,7 @@
#define HPLL 3
#define VPLL 4
-void s5pc1xx_clock_init(void);
+void s5p_clock_init(void);
extern unsigned long (*get_pll_clk)(int pllreg);
extern unsigned long (*get_arm_clk)(void);
OpenPOWER on IntegriCloud