Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295699
b: refs/heads/master
c: 7d9811f
h: refs/heads/master
i:
  295697: 48dfcaf
  295695: a64a91e
v: v3
  • Loading branch information
Heiko Stuebner authored and Kukjin Kim committed Mar 7, 2012
1 parent d2a7ff4 commit 8fe9e39
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 714cc3a574282732dbd0c4389e4f82d750d7e5f9
refs/heads/master: 7d9811f11f823f28d8d04fbb6aafebb909a4cd15
7 changes: 0 additions & 7 deletions trunk/arch/arm/mach-s3c24xx/clock-s3c2443.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ static struct clk *clks[] __initdata = {
&clk_hsmmc,
};

void __init_or_cpufreq s3c2443_setup_clocks(void)
{
s3c2443_common_setup_clocks(s3c2443_get_mpll);
}

void __init s3c2443_init_clocks(int xtal)
{
unsigned long epllcon = __raw_readl(S3C2443_EPLLCON);
Expand All @@ -196,8 +191,6 @@ void __init s3c2443_init_clocks(int xtal)
armdiv, ARRAY_SIZE(armdiv),
S3C2443_CLKDIV0_ARMDIV_MASK);

s3c2443_setup_clocks();

s3c24xx_register_clocks(clks, ARRAY_SIZE(clks));

for (ptr = 0; ptr < ARRAY_SIZE(clksrcs); ptr++)
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/plat-samsung/include/plat/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ extern void s3c24xx_setup_clocks(unsigned long fclk,
extern void s3c2410_setup_clocks(void);
extern void s3c2412_setup_clocks(void);
extern void s3c244x_setup_clocks(void);
extern void s3c2443_setup_clocks(void);

/* S3C2410 specific clock functions */

Expand Down

0 comments on commit 8fe9e39

Please sign in to comment.