Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336510
b: refs/heads/master
c: b70e6d0
h: refs/heads/master
v: v3
  • Loading branch information
Vipul Kumar Samar authored and Mike Turquette committed Nov 21, 2012
1 parent d40634e commit e714c94
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 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: 1b2d4ad585d5bfb57603aed08e8fab99069e16e7
refs/heads/master: b70e6d009a88e09805152597e02f3d97a1d6ee99
3 changes: 0 additions & 3 deletions trunk/drivers/clk/spear/spear1310_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,6 @@ void __init spear1310_clk_init(void)
{
struct clk *clk, *clk1;

clk = clk_register_fixed_rate(NULL, "apb_pclk", NULL, CLK_IS_ROOT, 0);
clk_register_clkdev(clk, "apb_pclk", NULL);

clk = clk_register_fixed_rate(NULL, "osc_32k_clk", NULL, CLK_IS_ROOT,
32000);
clk_register_clkdev(clk, "osc_32k_clk", NULL);
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/clk/spear/spear1340_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,6 @@ void __init spear1340_clk_init(void)
{
struct clk *clk, *clk1;

clk = clk_register_fixed_rate(NULL, "apb_pclk", NULL, CLK_IS_ROOT, 0);
clk_register_clkdev(clk, "apb_pclk", NULL);

clk = clk_register_fixed_rate(NULL, "osc_32k_clk", NULL, CLK_IS_ROOT,
32000);
clk_register_clkdev(clk, "osc_32k_clk", NULL);
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/clk/spear/spear3xx_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,6 @@ void __init spear3xx_clk_init(void)
{
struct clk *clk, *clk1;

clk = clk_register_fixed_rate(NULL, "apb_pclk", NULL, CLK_IS_ROOT, 0);
clk_register_clkdev(clk, "apb_pclk", NULL);

clk = clk_register_fixed_rate(NULL, "osc_32k_clk", NULL, CLK_IS_ROOT,
32000);
clk_register_clkdev(clk, "osc_32k_clk", NULL);
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/clk/spear/spear6xx_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ void __init spear6xx_clk_init(void)
{
struct clk *clk, *clk1;

clk = clk_register_fixed_rate(NULL, "apb_pclk", NULL, CLK_IS_ROOT, 0);
clk_register_clkdev(clk, "apb_pclk", NULL);

clk = clk_register_fixed_rate(NULL, "osc_32k_clk", NULL, CLK_IS_ROOT,
32000);
clk_register_clkdev(clk, "osc_32k_clk", NULL);
Expand Down

0 comments on commit e714c94

Please sign in to comment.