Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221077
b: refs/heads/master
c: 658bf4b
h: refs/heads/master
i:
  221075: 79d986a
v: v3
  • Loading branch information
Thomas Abraham authored and Kukjin Kim committed Oct 20, 2010
1 parent 46b52e1 commit b17ef6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 5aed1f706b01ab27a307cf9983b2ee28d7d88919
refs/heads/master: 658bf4bef844c9a15e6700e1e27c939529f4a5ca
9 changes: 0 additions & 9 deletions trunk/arch/arm/plat-s5p/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ struct clk clk_fout_vpll = {
.ctrlbit = (1 << 31),
};

/* ARM clock */
struct clk clk_arm = {
.name = "armclk",
.id = -1,
.rate = 0,
.ctrlbit = 0,
};

/* Possible clock sources for APLL Mux */
static struct clk *clk_src_apll_list[] = {
[0] = &clk_fin_apll,
Expand Down Expand Up @@ -165,7 +157,6 @@ static struct clk *s5p_clks[] __initdata = {
&clk_fout_epll,
&clk_fout_dpll,
&clk_fout_vpll,
&clk_arm,
&clk_vpll,
&clk_xusbxti,
};
Expand Down

0 comments on commit b17ef6b

Please sign in to comment.