Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109325
b: refs/heads/master
c: 1442e66
h: refs/heads/master
i:
  109323: e306e4e
v: v3
  • Loading branch information
Ben Dooks committed Aug 26, 2008
1 parent c71843b commit 6399a07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f4cb1a89640ee28b66081061e55871f5e0ac685f
refs/heads/master: 1442e662d8e159a3b67280d284c7b91f9fb31ba4
6 changes: 3 additions & 3 deletions trunk/arch/arm/plat-s3c24xx/pwm-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static unsigned long clk_pwm_scaler_getrate(struct clk *clk)

/* TODO - add set rate calls. */

struct clk clk_timer_scaler[] = {
static struct clk clk_timer_scaler[] = {
[0] = {
.name = "pwm-scaler0",
.id = -1,
Expand All @@ -102,7 +102,7 @@ struct clk clk_timer_scaler[] = {
},
};

struct clk clk_timer_tclk[] = {
static struct clk clk_timer_tclk[] = {
[0] = {
.name = "pwm-tclk0",
.id = -1,
Expand Down Expand Up @@ -232,7 +232,7 @@ static int clk_pwm_tdiv_set_rate(struct clk *clk, unsigned long rate)
return 0;
}

struct pwm_tdiv_clk clk_timer_tdiv[] = {
static struct pwm_tdiv_clk clk_timer_tdiv[] = {
[0] = {
.clk = {
.name = "pwm-tdiv",
Expand Down

0 comments on commit 6399a07

Please sign in to comment.